fix tests
This commit is contained in:
parent
86fe790f28
commit
71eca1986d
@ -35,7 +35,7 @@ class PgSQLQBTest extends QBTest {
|
|||||||
$params = array(
|
$params = array(
|
||||||
'host' => '127.0.0.1',
|
'host' => '127.0.0.1',
|
||||||
'port' => '5432',
|
'port' => '5432',
|
||||||
'conn_db' => 'test',
|
'database' => 'test',
|
||||||
'user' => 'postgres',
|
'user' => 'postgres',
|
||||||
'pass' => '',
|
'pass' => '',
|
||||||
'type' => 'pgsql'
|
'type' => 'pgsql'
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user