diff --git a/tests/NewCommandTest.php b/tests/NewCommandTest.php index 7c37592b..3b4f382b 100644 --- a/tests/NewCommandTest.php +++ b/tests/NewCommandTest.php @@ -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);