mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-07 08:37:05 +00:00
Wrong Case for File Name
This commit is contained in:
@@ -134,7 +134,7 @@ class HyperlinkTest extends AbstractFunctional
|
||||
|
||||
public function testExcelWrittenHyperlinkWithAnchor(): void
|
||||
{
|
||||
$infil = 'tests/data/Reader/Xlsx/issue.4842.xlsx';
|
||||
$infil = 'tests/data/Reader/XLSX/issue.4842.xlsx';
|
||||
$reader = new XlsxReader();
|
||||
$spreadsheet = $reader->load($infil);
|
||||
$sheet = $spreadsheet->getActiveSheet();
|
||||
|
||||
Reference in New Issue
Block a user