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 <mauriciofauth@gmail.com>2017-12-19 05:39:17 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-12-19 06:03:40 +0300
commitbaddbaca402c401341ef990b59083e7c07d94b94 (patch)
treed8b164b5fca440141afa1360d36dc344791cc6e6 /test/classes/TwoFactorTest.php
parent518398538724e9d6c86fd35ba85aca3b5dc72c80 (diff)
Fix TwoFactorTest global dependencies
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'test/classes/TwoFactorTest.php')
-rw-r--r--test/classes/TwoFactorTest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/classes/TwoFactorTest.php b/test/classes/TwoFactorTest.php
index 398a014cee..89d7d01c05 100644
--- a/test/classes/TwoFactorTest.php
+++ b/test/classes/TwoFactorTest.php
@@ -21,6 +21,9 @@ class TwoFactorTest extends PmaTestCase
public function setUp()
{
$GLOBALS['server'] = 1;
+ $GLOBALS['db'] = 'db';
+ $GLOBALS['table'] = 'table';
+ $GLOBALS['PMA_PHP_SELF'] = 'index.php';
}
/**