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:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2019-05-29 23:06:19 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2019-05-29 23:06:19 +0300
commit9a6f077975e10d8a510ddf791db2ff70077c656d (patch)
tree4bdb88d338c42b1344bda5be82d6fefa3149d3c0 /test
parentd198598b93e30f17f051e25988b9a0fba8f56e27 (diff)
Fix empty PMA_gotoWhitelist JavaScript array
Related to commit 738f5272422324c8dfb03f76da8d851be05da597 Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'test')
-rw-r--r--test/libraries/Files_test.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/libraries/Files_test.php b/test/libraries/Files_test.php
index 97c0c6c6a6..01fda4316a 100644
--- a/test/libraries/Files_test.php
+++ b/test/libraries/Files_test.php
@@ -43,7 +43,6 @@ class FilesTest extends TestCase
public function testDynamicJs($name, $expected)
{
$GLOBALS['pmaThemeImage'] = '';
- $GLOBALS['goto_whitelist'] = array('x');
$_GET['scripts'] = '["ajax.js"]';
$cfg = array(
'AllowUserDropDatabase' => true,