Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bangnokia committed Apr 5, 2024
1 parent b920ef0 commit d7fef92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Feature/CreateNewSiteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d7fef92

Please sign in to comment.