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:
authorDeven Bansod <devenbansod.bits@gmail.com>2015-07-18 13:35:07 +0300
committerDeven Bansod <devenbansod.bits@gmail.com>2015-07-18 13:35:07 +0300
commit2beda38dc03fd3f912d8e0f26a40ee5a40489a38 (patch)
treee8bf2b08ffd3f006f5a609ae053a36799bb3b07a /test
parent80dcca162b33244329aa1d4a928982901657fd35 (diff)
Fixed small error in a test
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/libraries/PMA_server_privileges_test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/libraries/PMA_server_privileges_test.php b/test/libraries/PMA_server_privileges_test.php
index 7e22bbc236..1018e68a25 100644
--- a/test/libraries/PMA_server_privileges_test.php
+++ b/test/libraries/PMA_server_privileges_test.php
@@ -1633,13 +1633,13 @@ class PMA_ServerPrivileges_Test extends PHPUnit_Framework_TestCase
$html
);
- //$username & $username
+ //$username & $hostname
$this->assertContains(
htmlspecialchars($username),
$html
);
$this->assertContains(
- htmlspecialchars($username),
+ htmlspecialchars($hostname),
$html
);