Skip to content

Commit

Permalink
Revert "Boot the kernel"
Browse files Browse the repository at this point in the history
This reverts commit 89730ae.
  • Loading branch information
caendesilva committed Feb 8, 2024
1 parent 5ed4d6a commit ed6c6a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions packages/framework/tests/Feature/DarkmodeFeatureTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace Hyde\Framework\Testing\Feature;

use Hyde\Hyde;
use Hyde\Facades\Features;
use Hyde\Pages\DocumentationPage;
use Hyde\Testing\TestCase;
Expand All @@ -22,8 +21,6 @@ protected function setUp(): void

$this->mockRoute();
$this->mockPage();

Hyde::boot();
}

public function test_has_darkmode()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ protected function setUp(): void
parent::setUp();
$this->mockRoute();
$this->mockPage();

Hyde::boot();
}

protected function render(): string
Expand Down

0 comments on commit ed6c6a7

Please sign in to comment.