Skip to content

Commit

Permalink
Update RenderHelperTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Sep 8, 2024
1 parent 887e71a commit 1ab221b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/framework/tests/Unit/RenderHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ class RenderHelperTest extends UnitTestCase

protected function setUp(): void
{
parent::setUp();
self::mockRender();

Render::swap(new RenderData());
View::swap(Mockery::mock(Factory::class)->makePartial());
}

Expand Down

0 comments on commit 1ab221b

Please sign in to comment.