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 2b7e6f5 commit 6f58d8cCopy full SHA for 6f58d8c
tests/PhpSpreadsheetTests/Reader/Xlsx/Issue4375Test.php
@@ -18,7 +18,7 @@ public function testPreliminaries(): void
18
$file .= '#xl/worksheets/sheet1.xml';
19
$data = file_get_contents($file) ?: '';
20
$expected = '<ignoredErrors><ignoredError sqref="A2:B5 B1:F1" numberStoredAsText="1"/></ignoredErrors>';
21
- self::assertStringContainsString($expected, $data, 'neither fgColor nor bgColor');
+ self::assertStringContainsString($expected, $data);
22
}
23
24
public function testDataOnly(): void
0 commit comments