We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861b955 commit 7f62fbaCopy full SHA for 7f62fba
tests/PhpSpreadsheetTests/CommentTest.php
@@ -89,6 +89,7 @@ public function testRemoveComment(): void {
89
$spreadsheet = new Spreadsheet();
90
$sheet = $spreadsheet->getActiveSheet();
91
$sheet->getComment('A2')->getText()->createText('Comment to delete');
92
+ self::assertArrayHasKey('A2',$sheet->getComments());
93
$sheet->removeComment('A2');
94
self::assertEmpty($sheet->getComments());
95
}
0 commit comments