Skip to content

Commit c47ae06

Browse files
committed
Additional test for writeHyperlink
1 parent 0a56442 commit c47ae06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
$xlsxFastEditor->writeFormula($sheet1, 'c2', '=2*3');
6666
$xlsxFastEditor->writeString($sheet1, 'b4', 'α');
6767
$xlsxFastEditor->writeHyperlink($sheet1, 'B4', 'https://example.org/');
68+
assert($xlsxFastEditor->writeHyperlink($sheet1, 'C3', 'https://example.org/') === false);
6869
$xlsxFastEditor->writeInt($sheet1, 'c4', 15);
6970
$xlsxFastEditor->writeFloat($sheet1, 'd4', -66.6);
7071

0 commit comments

Comments
 (0)