Merge branch 'QA_4_4'
This commit is contained in:
commit
a31d108a32
@ -1629,13 +1629,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