Fix mysql tests

This commit is contained in:
Timothy Warren 2012-04-10 14:14:31 -04:00
parent 71eca1986d
commit d1ff8d2690
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class MySQLQBTest extends QBTest {
$params = array(
'host' => '127.0.0.1',
'port' => '3306',
'conn_db' => 'test',
'database' => 'test',
'user' => 'root',
'pass' => NULL,
'type' => 'mysql'