We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--force
make:test
--test
1 parent 1d5fa56 commit 41496fdCopy full SHA for 41496fd
src/Illuminate/Console/Concerns/CreatesMatchingTest.php
@@ -40,6 +40,7 @@ protected function handleTestCreation($path)
40
'name' => (new Stringable($path))->after($this->laravel['path'])->beforeLast('.php')->append('Test')->replace('\\', '/'),
41
'--pest' => $this->option('pest'),
42
'--phpunit' => $this->option('phpunit'),
43
+ '--force' => $this->hasOption('force') && $this->option('force'),
44
]) == 0;
45
}
46
0 commit comments