Skip to content

Commit 1b21984

Browse files
committed
Incorrect Case for Filename
1 parent 856a00b commit 1b21984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpSpreadsheetTests/Writer/Xlsx/ArrayFunctions2Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ private function doKoppen(Worksheet $ws): void
271271
public function testManyArraysOutput(): void
272272
{
273273
Calculation::setArrayReturnType(Calculation::RETURN_ARRAY_AS_ARRAY);
274-
$json = file_get_contents('tests/data/Writer/Xlsx/ArrayFunctions2.json');
274+
$json = file_get_contents('tests/data/Writer/XLSX/ArrayFunctions2.json');
275275
self::assertNotFalse($json);
276276
$this->trn = json_decode($json, true);
277277
$spreadsheet = new Spreadsheet();

0 commit comments

Comments
 (0)