Skip to content

Commit

Permalink
Apply fixes from StyleCI (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Oct 30, 2020
1 parent bb64ff3 commit 642deff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/NewCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ public function test_it_can_scaffold_a_new_laravel_app()
}
}


if (! file_exists($scaffoldDirectory)) {
die($scaffoldDirectory . ' not existing');
exit($scaffoldDirectory.' not existing');
}


$app = new Application('Laravel Installer');
$app->add(new NewCommand);

Expand Down

0 comments on commit 642deff

Please sign in to comment.