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 d0543a4 commit ba3227aCopy full SHA for ba3227a
tests/DbTestCase.php
@@ -11,7 +11,7 @@ protected function setUp(): void
11
{
12
parent::setUp();
13
$this->loadMigrationsFrom($this->resourceFolder.'/Database/Migrations/');
14
- $this->loadLaravelMigrations(['--database' => 'mysql']);
+ $this->loadLaravelMigrations(['--database' => env('DB_CONNECTION', 'mysql')]);
15
}
16
17
protected function skipUnlessDatabase(string $engine): void
0 commit comments