diff --git a/tests/Commands/MinifyAllTest.php b/tests/Commands/MinifyAllTest.php index f27b608..2e5ec39 100644 --- a/tests/Commands/MinifyAllTest.php +++ b/tests/Commands/MinifyAllTest.php @@ -3,7 +3,6 @@ namespace Tests\Commands; use CodeIgniter\Test\Filters\CITestStreamFilter; -use Michalsn\Minifier\Config\Minifier as MinifierConfig; use Tests\Support\CLITestCase; /** diff --git a/tests/Commands/MinifyCssTest.php b/tests/Commands/MinifyCssTest.php index 558ab06..4af1ebe 100644 --- a/tests/Commands/MinifyCssTest.php +++ b/tests/Commands/MinifyCssTest.php @@ -3,7 +3,6 @@ namespace Tests\Commands; use CodeIgniter\Test\Filters\CITestStreamFilter; -use Michalsn\Minifier\Config\Minifier as MinifierConfig; use Tests\Support\CLITestCase; /** diff --git a/tests/Commands/MinifyJsTest.php b/tests/Commands/MinifyJsTest.php index d629544..b527ed0 100644 --- a/tests/Commands/MinifyJsTest.php +++ b/tests/Commands/MinifyJsTest.php @@ -3,7 +3,6 @@ namespace Tests\Commands; use CodeIgniter\Test\Filters\CITestStreamFilter; -use Michalsn\Minifier\Config\Minifier as MinifierConfig; use Tests\Support\CLITestCase; /**