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 82330cb commit c7b8817Copy full SHA for c7b8817
tests/TestCase.php
@@ -47,6 +47,7 @@ protected function defineDatabaseMigrations()
47
protected function getEnvironmentSetUp($app)
48
{
49
$app['config']->set('database.default', 'testbench');
50
+ $app['config']->set('queue.batching.database', 'testbench');
51
$port = env('DB_DRIVER') === 'mysql' ? 3307 : 5432;
52
$app['config']->set('database.connections.testbench', [
53
'driver' => env('DB_DRIVER', 'mysql'),
0 commit comments