supress stupid error on bad connection test
This commit is contained in:
parent
9578e43722
commit
6dfb94b375
@ -631,7 +631,7 @@ abstract class QBTest extends UnitTestCase {
|
||||
|
||||
$this->expectException('BadConnectionException');
|
||||
|
||||
$this->db = Query($params);
|
||||
$this->db = @Query($params);
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user