mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-30 12:07:56 +00:00
Remove duplicated fixture file
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user