diff --git a/tests/B8Framework/DatabaseTest.php b/tests/B8Framework/DatabaseTest.php index c822361e..0820f275 100755 --- a/tests/B8Framework/DatabaseTest.php +++ b/tests/B8Framework/DatabaseTest.php @@ -81,7 +81,7 @@ class DatabaseTest extends \PHPUnit\Framework\TestCase ['host' => 'localhost'], ], ], - 'type' => 'mysql', + 'type' => DB_TYPE, 'name' => 'b8_test_2', 'username' => '', 'password' => '',