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>2021-05-12 02:19:05 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2021-05-12 02:19:05 +0300
commit878ab12decf4899e7ac5c8025d2945589748ca0c (patch)
tree2f43b3c9bbf3781aa6516e31897b890ba5cc9d85 /test/classes
parentff0f424b14e7e2d3920da1c5e763492f378da4d3 (diff)
Change Util::getUrlForOption fallback to base route
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'test/classes')
-rw-r--r--test/classes/UtilTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/classes/UtilTest.php b/test/classes/UtilTest.php
index 203583e393..8d3a5b429e 100644
--- a/test/classes/UtilTest.php
+++ b/test/classes/UtilTest.php
@@ -2268,12 +2268,12 @@ class UtilTest extends AbstractTestCase
[
'structure', // Notice the typo on db_structure.php
'databasesss',
- './',// Fallback to a relative path, impossible to build a valid route link
+ 'index.php?route=/&lang=en', // Fallback to the base route
],
[
'db_structures.php', // Notice the typo on databases
'database',
- './',// Fallback to a relative path, impossible to build a valid route link
+ 'index.php?route=/&lang=en', // Fallback to the base route
],
[
'tbl_structure.php', // Support the legacy value