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.
1 parent d1b4e4b commit 023c332Copy full SHA for 023c332
tests/Unit/Commands/ConsoleTest.php
@@ -10,7 +10,7 @@
10
$events = collect($schedule->events())->keyBy('command')->keys()->all();
11
12
// Build the expected scheduled command
13
- $scheduledCommand = sprintf("'%s' 'artisan' db:seed --class='%s' --force='1'",
+ $scheduledCommand = sprintf("'%s' 'artisan' db:seed --class='%s' --force",
14
PHP_BINARY,
15
DatabaseSeeder::class,
16
);
0 commit comments