Fix unit test

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2015-03-19 12:42:29 -04:00
parent dbba36e0b8
commit d9fdf6b9aa

View File

@ -43,6 +43,9 @@ class PMA_ServerPrivileges_Test extends PHPUnit_Framework_TestCase
if (!defined("PMA_USR_BROWSER_AGENT")) {
define("PMA_USR_BROWSER_AGENT", "other");
}
if (!defined("PMA_MYSQL_VERSION_COMMENT")) {
define("PMA_MYSQL_VERSION_COMMENT", "MySQL");
}
//$_REQUEST
$_REQUEST['log'] = "index1";