Skip to content

Commit

Permalink
Reapply "Update NavItemTest.php"
Browse files Browse the repository at this point in the history
This reverts commit 48bfa57.
  • Loading branch information
caendesilva committed Dec 21, 2024
1 parent e5e827e commit d50235b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tests/Unit/NavItemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,8 @@
*/
class NavItemTest extends UnitTestCase
{
public static function setUpBeforeClass(): void
{
self::$hasSetUpKernel = false;

self::setupKernel();
self::mockConfig();
}
protected static bool $needsKernel = true;
protected static bool $needsConfig = true;

protected function setUp(): void
{
Expand Down

0 comments on commit d50235b

Please sign in to comment.