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 745a5d6 commit 56bdf46Copy full SHA for 56bdf46
tests/Integration/Database/DatabaseTestCase.php
@@ -32,10 +32,5 @@ protected function defineEnvironment($app)
32
$connection = $app['config']->get('database.default');
33
34
$this->driver = $app['config']->get("database.connections.$connection.driver");
35
-
36
- // TODO: Adjust orchestra/testbench-core/laravel/config/database.php
37
- if ($connection === 'mariadb') {
38
- $this->driver = 'mariadb';
39
- }
40
}
41
0 commit comments