supress stupid error on bad connection test

This commit is contained in:
Timothy Warren 2013-05-29 14:06:09 -04:00
parent 9578e43722
commit 6dfb94b375
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@ abstract class QBTest extends UnitTestCase {
$this->expectException('BadConnectionException');
$this->db = Query($params);
$this->db = @Query($params);
}
}