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:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2020-09-02 16:57:57 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2020-09-02 16:57:57 +0300
commitceac762e0908da49f0f01b100d2469ec9d12d162 (patch)
tree73e9bf1bba23166825751a35f5e35483f32e7c2d /test/classes/TwoFactorTest.php
parente24a285f5a9f3a3c0627b40abc3670f01f9b8030 (diff)
Remove pmaThemePath and pmaThemeImage PHP globals
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'test/classes/TwoFactorTest.php')
-rw-r--r--test/classes/TwoFactorTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/classes/TwoFactorTest.php b/test/classes/TwoFactorTest.php
index e967c6d9a0..167803e54f 100644
--- a/test/classes/TwoFactorTest.php
+++ b/test/classes/TwoFactorTest.php
@@ -23,6 +23,7 @@ class TwoFactorTest extends AbstractTestCase
{
parent::setUp();
parent::defineVersionConstants();
+ parent::setTheme();
$GLOBALS['server'] = 1;
$GLOBALS['db'] = 'db';
$GLOBALS['table'] = 'table';