Skip to content

Commit 56bdf46

Browse files
authored
Remove workaround for MariaDB integration tests (#50152)
1 parent 745a5d6 commit 56bdf46

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/Integration/Database/DatabaseTestCase.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,5 @@ protected function defineEnvironment($app)
3232
$connection = $app['config']->get('database.default');
3333

3434
$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-
}
4035
}
4136
}

0 commit comments

Comments
 (0)