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 10123c4 commit 3fee2c0Copy full SHA for 3fee2c0
tests/PhpSpreadsheetTests/Writer/Html/NoTitleTest.php
@@ -14,7 +14,7 @@ class NoTitleTest extends TestCase
14
{
15
public function testNoTitle(): void
16
17
- $file = 'tests/data/Reader/Xlsx/blankcell.xlsx';
+ $file = 'tests/data/Reader/XLSX/blankcell.xlsx';
18
$reader = new XlsxReader();
19
$spreadsheet = $reader->load($file);
20
self::assertSame('', $spreadsheet->getProperties()->getTitle());
0 commit comments