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 e9a0893 commit 1e1ba20Copy full SHA for 1e1ba20
tests/PhpSpreadsheetTests/IOFactoryRegisterTest.php
@@ -48,7 +48,7 @@ public function testRegisterInvalidReader(): void
48
public static function testRegisterCustomReader(): void
49
{
50
IOFactory::registerReader(IOFactory::READER_XLSX, CustomReader::class);
51
- $inputFileName = 'tests/data/Reader/Xlsx/1900_Calendar.xlsx';
+ $inputFileName = 'tests/data/Reader/XLSX/1900_Calendar.xlsx';
52
$loadSpreadsheet = IOFactory::load($inputFileName);
53
$sheet = $loadSpreadsheet->getActiveSheet();
54
self::assertSame('2022-01-01', $sheet->getCell('A1')->getFormattedValue());
0 commit comments