Skip to content

Commit b2befb4

Browse files
committed
Correct Wrong-Case Directory Name
1 parent 09c9a31 commit b2befb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpSpreadsheetTests/Reader/Html/HtmlCharsetTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function testCharset(string $filename, string $expectedResult): void
1919
$this->expectException(ReaderException::class);
2020
$this->expectExceptionMessage('Failed to load');
2121
}
22-
$directory = 'tests/data/Reader/Html';
22+
$directory = 'tests/data/Reader/HTML';
2323
$reader = new Html();
2424
$spreadsheet = $reader->load("$directory/$filename");
2525
$sheet = $spreadsheet->getActiveSheet();

0 commit comments

Comments
 (0)