Skip to content

Commit 3fee2c0

Browse files
committed
Wrong Case in File Name
1 parent 10123c4 commit 3fee2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpSpreadsheetTests/Writer/Html/NoTitleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class NoTitleTest extends TestCase
1414
{
1515
public function testNoTitle(): void
1616
{
17-
$file = 'tests/data/Reader/Xlsx/blankcell.xlsx';
17+
$file = 'tests/data/Reader/XLSX/blankcell.xlsx';
1818
$reader = new XlsxReader();
1919
$spreadsheet = $reader->load($file);
2020
self::assertSame('', $spreadsheet->getProperties()->getTitle());

0 commit comments

Comments
 (0)