From 8c6261c73f01be939864bc7a048273452ad9b58a Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Thu, 9 Jul 2015 17:06:28 +0530 Subject: Underscores are preferred to separate words in configuration storage table names/directives Signed-off-by: Madhura Jayaratne --- test/libraries/PMA_relation_cleanup_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/libraries/PMA_relation_cleanup_test.php b/test/libraries/PMA_relation_cleanup_test.php index 3e4a456b85..e254b1d023 100644 --- a/test/libraries/PMA_relation_cleanup_test.php +++ b/test/libraries/PMA_relation_cleanup_test.php @@ -55,7 +55,7 @@ class PMA_Relation_Cleanup_Test extends PHPUnit_Framework_TestCase $GLOBALS['cfg']['Server']['savedsearches'] = 'savedsearches'; $GLOBALS['cfg']['Server']['central_columns'] = 'central_columns'; $GLOBALS['cfg']['Server']['designer_settings'] = 'designer_settings'; - $GLOBALS['cfg']['Server']['exporttemplates'] = 'pma__exporttemplates'; + $GLOBALS['cfg']['Server']['export_templates'] = 'pma__export_templates'; $this->redefineRelation(); } -- cgit v1.2.3