Fix unit test
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
dbba36e0b8
commit
d9fdf6b9aa
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user