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 a5c316f commit 43e3452Copy full SHA for 43e3452
src/Codeception/Module/Laravel5.php
@@ -188,7 +188,7 @@ public function _before(\Codeception\TestInterface $test)
188
}
189
190
if ($this->config['run_database_seeder']) {
191
- $this->callArtisan('db:seed', ['--class' => $this->config['database_seeder_class'], '--quiet' => true ]);
+ $this->callArtisan('db:seed', ['--class' => $this->config['database_seeder_class'], '--force' => true ]);
192
193
194
0 commit comments