There was an error while loading. Please reload this page.
1 parent d48ef23 commit a5c316fCopy full SHA for a5c316f
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']]);
+ $this->callArtisan('db:seed', ['--class' => $this->config['database_seeder_class'], '--quiet' => true ]);
192
193
194
0 commit comments