Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Jan 12, 2024
1 parent 663dafd commit 1c7f211
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ protected function setUpTheTestEnvironmentTraitToBeIgnored(string $use): bool
Testing\DatabaseMigrations::class,
Testing\DatabaseTransactions::class,
Testing\WithoutMiddleware::class,
Testing\WithoutEvents::class,
Testing\WithFaker::class,
BrowserKitTesting\ImpersonatesUsers::class,
BrowserKitTesting\InteractsWithAuthentication::class,
Expand All @@ -82,7 +81,6 @@ protected function setUpTheTestEnvironmentTraitToBeIgnored(string $use): bool
BrowserKitTesting\InteractsWithExceptionHandling::class,
BrowserKitTesting\InteractsWithSession::class,
Concerns\CreatesApplication::class,
Concerns\Database\HandlesConnections::class,
Concerns\HandlesAnnotations::class,
Concerns\HandlesDatabases::class,
Concerns\HandlesRoutes::class,
Expand Down

0 comments on commit 1c7f211

Please sign in to comment.