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 856a00b commit 1b21984Copy full SHA for 1b21984
tests/PhpSpreadsheetTests/Writer/Xlsx/ArrayFunctions2Test.php
@@ -271,7 +271,7 @@ private function doKoppen(Worksheet $ws): void
271
public function testManyArraysOutput(): void
272
{
273
Calculation::setArrayReturnType(Calculation::RETURN_ARRAY_AS_ARRAY);
274
- $json = file_get_contents('tests/data/Writer/Xlsx/ArrayFunctions2.json');
+ $json = file_get_contents('tests/data/Writer/XLSX/ArrayFunctions2.json');
275
self::assertNotFalse($json);
276
$this->trn = json_decode($json, true);
277
$spreadsheet = new Spreadsheet();
0 commit comments