diff --git a/tests/MakeCrudTest.php b/tests/MakeCrudTest.php index 486f37c..2be00c2 100644 --- a/tests/MakeCrudTest.php +++ b/tests/MakeCrudTest.php @@ -36,6 +36,7 @@ public function check_to_create_files_with_command_crud_make() */ public function check_to_create_files_with_command_crud_make_with_options() { + $this->withoutExceptionHandling(); $this->artisan("crud:make", [ 'name' => $this->name, '--service' => true,