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:
authorDeven Bansod <devenbansod.bits@gmail.com>2015-06-16 01:16:50 +0300
committerDeven Bansod <devenbansod.bits@gmail.com>2015-06-21 13:14:39 +0300
commit54a480e8eba6241af678e2d6c087504dd13e80f7 (patch)
tree910845dd9df9934d779c2033dfbcf442f0647935 /test
parent9acf48878da6288427ab50d76b2568dc44d5ac44 (diff)
Designer settings saved in a new table in configuration storage
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/libraries/PMA_relation_cleanup_test.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/libraries/PMA_relation_cleanup_test.php b/test/libraries/PMA_relation_cleanup_test.php
index 93a22f4b18..876fe6990c 100644
--- a/test/libraries/PMA_relation_cleanup_test.php
+++ b/test/libraries/PMA_relation_cleanup_test.php
@@ -54,6 +54,7 @@ class PMA_Relation_Cleanup_Test extends PHPUnit_Framework_TestCase
$GLOBALS['cfg']['Server']['navigationhiding'] = 'navigationhiding';
$GLOBALS['cfg']['Server']['savedsearches'] = 'savedsearches';
$GLOBALS['cfg']['Server']['central_columns'] = 'central_columns';
+ $GLOBALS['cfg']['Server']['designer_settings'] = 'designer_settings';
$this->redefineRelation();
}