Remove duplicated fixture file

This commit is contained in:
Thomas Lallement
2025-12-06 22:28:17 +01:00
parent 53ee8028c5
commit 23f5052b96
2 changed files with 2 additions and 2 deletions
@@ -12,7 +12,7 @@ class DrawingInCellTest extends AbstractFunctional
{
public function testPictureInCell(): void
{
$file = 'tests/data/Writer/XLSX/drawing_in_cell.xlsx';
$file = 'tests/data/Reader/XLSX/drawing_in_cell.xlsx';
$reader = new Xlsx();
$spreadsheet = $reader->load($file);
@@ -62,7 +62,7 @@ class DrawingInCellTest extends AbstractFunctional
public function testWriteNewPictureInCell(): void
{
$file = 'tests/data/Writer/XLSX/drawing_in_cell.xlsx';
$file = 'tests/data/Reader/XLSX/drawing_in_cell.xlsx';
$reader = new Xlsx();
$spreadsheet = $reader->load($file);
Binary file not shown.