The type is important\!

This commit is contained in:
Timothy Warren 2012-03-22 16:14:36 -04:00
parent 69995baa6d
commit 632427e164
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ class MySQLQBTest extends QBTest {
'port' => '3306',
'database' => 'test',
'user' => 'root',
'pass' => NULL
'pass' => NULL,
'type' => 'mysql'
);
$this->db = new Query_Builder($params);