Fix mysql tests
This commit is contained in:
parent
71eca1986d
commit
d1ff8d2690
@ -34,7 +34,7 @@ class MySQLQBTest extends QBTest {
|
|||||||
$params = array(
|
$params = array(
|
||||||
'host' => '127.0.0.1',
|
'host' => '127.0.0.1',
|
||||||
'port' => '3306',
|
'port' => '3306',
|
||||||
'conn_db' => 'test',
|
'database' => 'test',
|
||||||
'user' => 'root',
|
'user' => 'root',
|
||||||
'pass' => NULL,
|
'pass' => NULL,
|
||||||
'type' => 'mysql'
|
'type' => 'mysql'
|
||||||
|
Loading…
Reference in New Issue
Block a user