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:
authorMichal Čihař <mcihar@suse.cz>2012-05-14 17:47:44 +0400
committerMichal Čihař <mcihar@suse.cz>2012-05-14 17:47:44 +0400
commitdb97f75d96c0d4f16d5f76ae9520a22af69d5c33 (patch)
tree31f7329590c76c5f388e569f798812c3ca76a9fc /test
parent121b798f0e7e6ecae88ec08a289f0fd7bd66d4b2 (diff)
Add another test
Diffstat (limited to 'test')
-rw-r--r--test/classes/PMA_Config_test.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/classes/PMA_Config_test.php b/test/classes/PMA_Config_test.php
index 3d68b2baff..426af7ca5e 100644
--- a/test/classes/PMA_Config_test.php
+++ b/test/classes/PMA_Config_test.php
@@ -434,6 +434,10 @@ class PMA_ConfigTest extends PHPUnit_Framework_TestCase
'http://localhost/phpmyadmin',
'http://localhost/phpmyadmin/',
),
+ array(
+ 'localhost/phpmyadmin/',
+ 'http://localhost/phpmyadmin/',
+ ),
);
}