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
path: root/test
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-07-02 09:34:39 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-07-02 09:34:39 +0300
commit22e006fd0dfa5d2f0023072f245eb9d04e706d95 (patch)
treeb9469439206a482acb42c2f51d21129ae488370f /test
parentd9afffb089a4af50c641189c27066db92cd972c3 (diff)
Fix failing tests
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/libraries/PMA_server_privileges_test.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/libraries/PMA_server_privileges_test.php b/test/libraries/PMA_server_privileges_test.php
index 9617cca3bd..ed50e446d3 100644
--- a/test/libraries/PMA_server_privileges_test.php
+++ b/test/libraries/PMA_server_privileges_test.php
@@ -1862,6 +1862,18 @@ class PMA_ServerPrivileges_Test extends PHPUnit_Framework_TestCase
$_REQUEST['change_copy'] = "change_copy";
$_REQUEST['old_hostname'] = "old_hostname";
$_REQUEST['old_username'] = "old_username";
+ $_SESSION['relation'][1] = array(
+ 'bookmarkwork' => false,
+ 'historywork' => false,
+ 'recentwork' => false,
+ 'favoritework' => false,
+ 'uiprefswork' => false,
+ 'userconfigwork' => false,
+ 'menuswork' => false,
+ 'navwork' => false,
+ 'savedsearcheswork' => false,
+ 'designer_settingswork' => false,
+ );
$queries = array();