Skip to content

Commit d4102a7

Browse files
authoredNov 25, 2024
Merge pull request #268 from hydephp/internal-fix-test-setup
Internal: Fix test setup
2 parents ebae497 + ae03f06 commit d4102a7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎tests/DefaultContentTest.php

+1-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99

1010
class DefaultContentTest extends UnitTestCase
1111
{
12-
public static function setUpBeforeClass(): void
13-
{
14-
self::needsKernel();
15-
}
12+
protected static bool $needsKernel = true;
1613

1714
public function testDefaultPagesArePresent()
1815
{

0 commit comments

Comments
 (0)
Please sign in to comment.