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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-06-25 13:35:01 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-06-25 15:03:18 +0300
commit01354d9d9555d4d86a1fb82da312ac8033125250 (patch)
tree788b68c9fd8ef118ebc6ba9b6a80eb68ff15cfb5 /test
parent679015ea5250ff6eebd4c97f5e17a6a864781f0a (diff)
#1561 Being able to use multiple servers at the same time when using cookie auth
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/libraries/PMA_select_server_test.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/libraries/PMA_select_server_test.php b/test/libraries/PMA_select_server_test.php
index 564084d342..f7700bf1a6 100644
--- a/test/libraries/PMA_select_server_test.php
+++ b/test/libraries/PMA_select_server_test.php
@@ -125,12 +125,6 @@ class PMA_SelectServer_Test extends PHPUnit_Framework_TestCase
$html
);
- //PMA_URL_getHiddenInputs
- $this->assertContains(
- '<input type="hidden" name="token" value="token" />',
- $html
- );
-
//labels
$this->assertContains(
__('Current Server:'),