mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-11 10:36:37 +00:00
Wrong Case in File Name
This commit is contained in:
@@ -48,7 +48,7 @@ class IOFactoryRegisterTest extends TestCase
|
||||
public static function testRegisterCustomReader(): void
|
||||
{
|
||||
IOFactory::registerReader(IOFactory::READER_XLSX, CustomReader::class);
|
||||
$inputFileName = 'tests/data/Reader/Xlsx/1900_Calendar.xlsx';
|
||||
$inputFileName = 'tests/data/Reader/XLSX/1900_Calendar.xlsx';
|
||||
$loadSpreadsheet = IOFactory::load($inputFileName);
|
||||
$sheet = $loadSpreadsheet->getActiveSheet();
|
||||
self::assertSame('2022-01-01', $sheet->getCell('A1')->getFormattedValue());
|
||||
|
||||
Reference in New Issue
Block a user