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:
parent
96653a8fb2
commit
cd338e5aea
@ -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.
Loading…
Reference in New Issue
Block a user