From 0b6a3aeef55f103ee35ae36d8f869955edf098d7 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Tue, 18 Feb 2014 19:45:08 -0500 Subject: [PATCH] Fix test broken by invalid test parameters --- tests/databases/mysql/MySQLQBTest.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/databases/mysql/MySQLQBTest.php b/tests/databases/mysql/MySQLQBTest.php index aea9980..44c15d0 100644 --- a/tests/databases/mysql/MySQLQBTest.php +++ b/tests/databases/mysql/MySQLQBTest.php @@ -26,7 +26,6 @@ class MySQLQBTest extends QBTest { $params = json_decode(file_get_contents(QTEST_DIR . "/settings.json")); $params = $params->mysql; $params->type = "MySQL"; - //$params->prefix = "create_"; $params->options = array(); $params->options[PDO::ATTR_PERSISTENT] = TRUE; } @@ -38,8 +37,7 @@ class MySQLQBTest extends QBTest { 'database' => 'test', 'user' => 'root', 'pass' => NULL, - 'type' => 'mysql', - 'prefix' => 'create_' + 'type' => 'mysql' ); }