From 483c64b73d219c9abf37b94e8a4060bee3a6a21d Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sun, 22 Dec 2024 18:20:16 +0000 Subject: [PATCH] Apply fixes from StyleCI --- .../Unit/InteractivePublishCommandHelperTest.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/packages/framework/tests/Unit/InteractivePublishCommandHelperTest.php b/packages/framework/tests/Unit/InteractivePublishCommandHelperTest.php index a497dd99263..b13c86469b1 100644 --- a/packages/framework/tests/Unit/InteractivePublishCommandHelperTest.php +++ b/packages/framework/tests/Unit/InteractivePublishCommandHelperTest.php @@ -4,17 +4,7 @@ namespace Hyde\Framework\Testing\Unit; -use Illuminate\Filesystem\Filesystem; -use Mockery; -use Hyde\Hyde; use Hyde\Testing\UnitTestCase; -use Hyde\Foundation\Providers\ViewServiceProvider; -use Hyde\Console\Helpers\InteractivePublishCommandHelper; -use Illuminate\Container\Container; -use Illuminate\Support\Facades\Blade; -use Illuminate\Support\Facades\Facade; -use Illuminate\Support\Facades\File; -use Symfony\Component\Finder\SplFileInfo; /** * @covers \Hyde\Console\Helpers\InteractivePublishCommandHelper @@ -23,5 +13,4 @@ */ class InteractivePublishCommandHelperTest extends UnitTestCase { - }