diff --git a/tests/core/db_qb_test.php b/tests/core/db_qb_test.php index c0d9ca1..fe3a3c3 100644 --- a/tests/core/db_qb_test.php +++ b/tests/core/db_qb_test.php @@ -458,7 +458,7 @@ abstract class QBTest extends UnitTestCase { 'database' => 'test', 'user' => NULL, 'pass' => NULL, - 'type' => 'mysql' + 'type' => 'pgsql' ); $this->expectException('BadConnectionException'); diff --git a/tests/db_files/FB_TEST_DB.FDB b/tests/db_files/FB_TEST_DB.FDB index 7b5b0a6..6261656 100644 Binary files a/tests/db_files/FB_TEST_DB.FDB and b/tests/db_files/FB_TEST_DB.FDB differ