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 6083e39 commit 50bf8a0Copy full SHA for 50bf8a0
tests/PhpSpreadsheetTests/Reader/Xlsx/MyXlsxTest.php
@@ -11,7 +11,7 @@ class MyXlsxTest extends TestCase
11
public function testCustomSpreadsheetCustomLoader(): void
12
{
13
$reader = new MyXlsxReader();
14
- $infile = 'tests/data/reader/XLSX/colorscale.xlsx';
+ $infile = 'tests/data/Reader/XLSX/colorscale.xlsx';
15
/** @var MySpreadsheet */
16
$mySpreadsheet = $reader->load($infile);
17
self::assertSame(64, $mySpreadsheet->calcSquare('A3'));
0 commit comments