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( $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'