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:
authorIsaac Bennetch <bennetch@gmail.com>2015-06-23 05:42:52 +0300
committerIsaac Bennetch <bennetch@gmail.com>2015-06-23 05:42:52 +0300
commitbb435183a35d76907b21b2d11c344bb56095c01b (patch)
tree31e580750f2bdacf9b0b69b1b5d5b557da2ebe26 /test
parente0750d93ae50dfd2c103b16d4a5b517e564bec51 (diff)
parent54a480e8eba6241af678e2d6c087504dd13e80f7 (diff)
Merge pull request #1737 from devenbansod/rfe1060_new
Designer settings saved in a new table in configuration storage
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();
}