Skip to content

Commit

Permalink
Optimize test teardown
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Sep 8, 2024
1 parent 2a01eea commit e02bc9d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/framework/tests/Unit/NavItemIsCurrentHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ class NavItemIsCurrentHelperTest extends UnitTestCase
protected static bool $needsKernel = true;
protected static bool $needsConfig = true;

protected function tearDown(): void
{
Render::swap(new RenderData());
}

public function testIsCurrent()
{
$this->mockRenderData($this->makeRoute('foo'));
Expand Down

0 comments on commit e02bc9d

Please sign in to comment.