Fix typo in function name

This commit is contained in:
nathangray 2017-02-08 08:59:39 -07:00
parent 42af41c9e0
commit 342230ef08

View File

@ -96,7 +96,7 @@ class SecurityTest extends TestCase {
// no all xss attack vectors from http://ha.ckers.org/xssAttacks.xml are relevant here! (needs interpretation)
if (!$vectors)
{
$this->markAsSkipped("Could not download or parse $url with attack vectors");
$this->markTestSkipped("Could not download or parse $url with attack vectors");
return;
}
foreach($vectors as $line => $pattern)