Skip to content

Commit

Permalink
Simplify setup
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 22, 2024
1 parent 2438471 commit 8e45658
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
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;
Expand All @@ -33,7 +32,6 @@ class InteractivePublishCommandHelperTest extends UnitTestCase
protected function setUp(): void
{
$app = $this->createApplication();
Container::setInstance($app);

$this->filesystem = $this->mockFilesystemStrict();
$this->filesystem->shouldReceive('allFiles')->andReturn([])->byDefault();
Expand All @@ -48,7 +46,6 @@ protected function tearDown(): void
{
$this->verifyMockeryExpectations();

Container::setInstance();
Facade::clearResolvedInstances();
}

Expand Down

0 comments on commit 8e45658

Please sign in to comment.