From 16ee2fc15a85c4efb40a5b11a4f173214c4ea1dc Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Thu, 3 Oct 2024 18:36:15 +0100 Subject: [PATCH] Update InstallCommand.php --- src/Console/InstallCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/InstallCommand.php b/src/Console/InstallCommand.php index 77511b95e..726cd547c 100644 --- a/src/Console/InstallCommand.php +++ b/src/Console/InstallCommand.php @@ -78,7 +78,7 @@ public function handle() extend(Tests\DuskTestCase::class) - // uses(Illuminate\Foundation\Testing\DatabaseMigrations::class) + // ->uses(Illuminate\Foundation\Testing\DatabaseMigrations::class) ->in('Browser'); EOT, $contents); }