Skip to content

Commit

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

namespace Hyde\Framework\Testing\Feature;

use Hyde\Hyde;
use Hyde\Facades\Features;
use Hyde\Pages\DocumentationPage;
use Hyde\Testing\TestCase;
Expand All @@ -21,6 +22,8 @@ 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,6 +18,8 @@ protected function setUp(): void
parent::setUp();
$this->mockRoute();
$this->mockPage();

Hyde::boot();
}

protected function render(): string
Expand Down

0 comments on commit 6d6951e

Please sign in to comment.