Skip to content

Commit e88ac20

Browse files
author
Thomas Lallement
committed
Remove unused imports
1 parent 6d87aa5 commit e88ac20

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/PhpSpreadsheetTests/Reader/Xlsx/DrawingInCellTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
namespace PhpOffice\PhpSpreadsheetTests\Reader\Xlsx;
66

7-
use PhpOffice\PhpSpreadsheet\IOFactory;
87
use PhpOffice\PhpSpreadsheet\Reader\Xlsx;
98
use PHPUnit\Framework\TestCase;
109

tests/PhpSpreadsheetTests/Writer/Xlsx/DrawingInCellTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44

55
namespace PhpOffice\PhpSpreadsheetTests\Writer\Xlsx;
66

7-
use PhpOffice\PhpSpreadsheet\IOFactory;
87
use PhpOffice\PhpSpreadsheet\Reader\Xlsx;
98
use PhpOffice\PhpSpreadsheetTests\Functional\AbstractFunctional;
10-
use PHPUnit\Framework\TestCase;
119

1210
class DrawingInCellTest extends AbstractFunctional
1311
{

0 commit comments

Comments
 (0)