From af0a7f896afc3c8cdc89f437780f9ae6569ef1fd Mon Sep 17 00:00:00 2001 From: miladev-ent Date: Mon, 20 Feb 2023 19:14:52 +0330 Subject: [PATCH] Update MakeCrudTest.php --- tests/MakeCrudTest.php | 1 + 1 file changed, 1 insertion(+) 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,