Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/libraries/PMA_server_user_groups_test.php')
-rw-r--r--test/libraries/PMA_server_user_groups_test.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/libraries/PMA_server_user_groups_test.php b/test/libraries/PMA_server_user_groups_test.php
index 3dd51133ae..8b44a9ac1a 100644
--- a/test/libraries/PMA_server_user_groups_test.php
+++ b/test/libraries/PMA_server_user_groups_test.php
@@ -36,6 +36,7 @@ class PMA_ServerUserGroupsTest extends PHPUnit_Framework_TestCase
$GLOBALS['server'] = 1;
$_SESSION['relation'][$GLOBALS['server']] = array(
+ 'PMA_VERSION' => PMA_VERSION,
'db' => 'pmadb',
'users' => 'users',
'usergroups' => 'usergroups'