Skip to content

Commit

Permalink
Include default test when generating all
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmccreary committed Sep 7, 2023
1 parent d6466ce commit 14d5206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Foundation/Console/ModelMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public function handle()
$this->input->setOption('controller', true);
$this->input->setOption('policy', true);
$this->input->setOption('resource', true);
$this->input->setOption('test', ! $this->option('pest'));
}

if ($this->option('factory')) {
Expand Down

0 comments on commit 14d5206

Please sign in to comment.