diff --git a/tests/core/db_qb_test.php b/tests/core/db_qb_test.php index 00d7395..87febed 100644 --- a/tests/core/db_qb_test.php +++ b/tests/core/db_qb_test.php @@ -622,11 +622,11 @@ abstract class QBTest extends UnitTestCase { { $params = array( 'host' => '127.0.0.1', - 'port' => '3306', + 'port' => '987896', 'database' => 'test', 'user' => NULL, 'pass' => NULL, - 'type' => 'pgsql' + 'type' => 'mysql' ); $this->expectException('BadConnectionException'); diff --git a/tests/db_files/FB_TEST_DB.FDB b/tests/db_files/FB_TEST_DB.FDB index 8ff1087..15e8f66 100755 Binary files a/tests/db_files/FB_TEST_DB.FDB and b/tests/db_files/FB_TEST_DB.FDB differ