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
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2020-05-21 03:34:27 +0300
committerWilliam Desportes <williamdes@wdes.fr>2020-05-21 14:19:23 +0300
commit09644706435009097085bf930f8ac69594d6a922 (patch)
tree35900c0340fc2988fcf760b03be9525d0adbdbc6 /test/classes/Setup
parenta6c469611a482b9822d7bf678b5c91c1b46b0f75 (diff)
Use parent::setGlobalConfig();
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'test/classes/Setup')
-rw-r--r--test/classes/Setup/ConfigGeneratorTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/classes/Setup/ConfigGeneratorTest.php b/test/classes/Setup/ConfigGeneratorTest.php
index fe0b57ecf7..4793981ef0 100644
--- a/test/classes/Setup/ConfigGeneratorTest.php
+++ b/test/classes/Setup/ConfigGeneratorTest.php
@@ -38,7 +38,7 @@ class ConfigGeneratorTest extends PmaTestCase
{
unset($_SESSION['eol']);
- $GLOBALS['PMA_Config'] = new Config();
+ parent::setGlobalConfig();
$GLOBALS['server'] = 0;
$cf = new ConfigFile();