Merge pull request #1795 from devenbansod/small_fix_in_test
Fixed small error in a test
This commit is contained in:
commit
101f853de7
@ -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
|
||||
);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user