Skip to content

Commit

Permalink
Optimize test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Sep 8, 2024
1 parent 11333cc commit 66eedd6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/framework/tests/Unit/RouteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
*/
class RouteTest extends UnitTestCase
{
protected static bool $needsKernel = true;
protected static bool $needsConfig = true;

protected function setUp(): void
{
self::setupKernel();
self::mockConfig();
self::mockCurrentRouteKey();
}

Expand Down

0 comments on commit 66eedd6

Please sign in to comment.