update tests

Assume mysql is installed rather than postgres. Sqlite can not be
assumed because it will create a database if none exists.
This commit is contained in:
Timothy Warren 2013-05-29 12:23:49 -04:00
parent 96653a8fb2
commit cd338e5aea
2 changed files with 2 additions and 2 deletions

View File

@ -622,11 +622,11 @@ abstract class QBTest extends UnitTestCase {
{ {
$params = array( $params = array(
'host' => '127.0.0.1', 'host' => '127.0.0.1',
'port' => '3306', 'port' => '987896',
'database' => 'test', 'database' => 'test',
'user' => NULL, 'user' => NULL,
'pass' => NULL, 'pass' => NULL,
'type' => 'pgsql' 'type' => 'mysql'
); );
$this->expectException('BadConnectionException'); $this->expectException('BadConnectionException');

Binary file not shown.