mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-17 16:51:35 +00:00
Correct Wrong-Case Directory Name
This commit is contained in:
@@ -19,7 +19,7 @@ class HtmlCharsetTest extends TestCase
|
||||
$this->expectException(ReaderException::class);
|
||||
$this->expectExceptionMessage('Failed to load');
|
||||
}
|
||||
$directory = 'tests/data/Reader/Html';
|
||||
$directory = 'tests/data/Reader/HTML';
|
||||
$reader = new Html();
|
||||
$spreadsheet = $reader->load("$directory/$filename");
|
||||
$sheet = $spreadsheet->getActiveSheet();
|
||||
|
||||
Reference in New Issue
Block a user