From 09bc9c7b9d4b5174b52e34ed4611116517d31434 Mon Sep 17 00:00:00 2001 From: michalsn Date: Wed, 27 Dec 2023 12:51:04 +0100 Subject: [PATCH] cs fix --- tests/Commands/MinifyAllTest.php | 1 - tests/Commands/MinifyCssTest.php | 1 - tests/Commands/MinifyJsTest.php | 1 - 3 files changed, 3 deletions(-) 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; /**