diff --git a/tests/Feature/CreateNewSiteTest.php b/tests/Feature/CreateNewSiteTest.php index bb0f266..1d333d1 100644 --- a/tests/Feature/CreateNewSiteTest.php +++ b/tests/Feature/CreateNewSiteTest.php @@ -11,7 +11,6 @@ it('can not create new site if directory existed', function () { mkdir('tests/tmp'); - $this->artisan('new tests/tmp') ->expectsConfirmation('The directory tests/tmp already exists. Do you want to continue?', 'no') ->assertExitCode(1);