Merge branch 'QA_4_4'

This commit is contained in:
Marc Delisle 2015-07-22 08:37:22 -07:00
commit a31d108a32

View File

@ -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
);