Skip to content

Commit

Permalink
Update MakeCrudTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
milwad-dev committed Feb 20, 2023
1 parent 89afd57 commit af0a7f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/MakeCrudTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit af0a7f8

Please sign in to comment.