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-09 14:45:10 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-07-09 14:45:10 +0300
commitb0ae16fcd69ed761c548a4d45c1cec804cb69edb (patch)
treeb4cb9d15451d27d29bca18c2ef64a8307003f79b /test
parentf0664e7875ad3bc24e82ef716681a1be65926aab (diff)
These are also internal directives. Remove underscore to match with other similar ones
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/libraries/PMA_central_columns_test.php2
-rw-r--r--test/libraries/PMA_server_privileges_test.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/libraries/PMA_central_columns_test.php b/test/libraries/PMA_central_columns_test.php
index d540ab32d1..787cd2c7ca 100644
--- a/test/libraries/PMA_central_columns_test.php
+++ b/test/libraries/PMA_central_columns_test.php
@@ -91,7 +91,7 @@ class PMA_Central_Columns_Test extends PHPUnit_Framework_TestCase
$_SESSION['PMA_Theme'] = PMA_Theme::load('./themes/pmahomme');
$_SESSION['PMA_Theme'] = new PMA_Theme();
$_SESSION['relation'][1] = array(
- 'central_columnswork' => true,
+ 'centralcolumnswork' => true,
'relwork' => 1,
'db' => 'phpmyadmin',
'relation' => 'relation',
diff --git a/test/libraries/PMA_server_privileges_test.php b/test/libraries/PMA_server_privileges_test.php
index bd23b2d1d2..f989a849d3 100644
--- a/test/libraries/PMA_server_privileges_test.php
+++ b/test/libraries/PMA_server_privileges_test.php
@@ -1872,7 +1872,7 @@ class PMA_ServerPrivileges_Test extends PHPUnit_Framework_TestCase
'menuswork' => false,
'navwork' => false,
'savedsearcheswork' => false,
- 'designer_settingswork' => false,
+ 'designersettingswork' => false,
);
$queries = array();