diff --git a/tests/core/db_qb_test.php b/tests/core/db_qb_test.php index 87febed..a82e6a0 100644 --- a/tests/core/db_qb_test.php +++ b/tests/core/db_qb_test.php @@ -631,7 +631,7 @@ abstract class QBTest extends UnitTestCase { $this->expectException('BadConnectionException'); - $this->db = Query($params); + $this->db = @Query($params); } }