mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-10 10:06:30 +00:00
Wrong Case in File Name
This commit is contained in:
@@ -14,7 +14,7 @@ class NoTitleTest extends TestCase
|
||||
{
|
||||
public function testNoTitle(): void
|
||||
{
|
||||
$file = 'tests/data/Reader/Xlsx/blankcell.xlsx';
|
||||
$file = 'tests/data/Reader/XLSX/blankcell.xlsx';
|
||||
$reader = new XlsxReader();
|
||||
$spreadsheet = $reader->load($file);
|
||||
self::assertSame('', $spreadsheet->getProperties()->getTitle());
|
||||
|
||||
Reference in New Issue
Block a user