Skip to content

Commit

Permalink
Fix test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Nov 25, 2024
1 parent ebae497 commit ae03f06
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/DefaultContentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@

class DefaultContentTest extends UnitTestCase
{
public static function setUpBeforeClass(): void
{
self::needsKernel();
}
protected static bool $needsKernel = true;

public function testDefaultPagesArePresent()
{
Expand Down

0 comments on commit ae03f06

Please sign in to comment.