mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix typo in function name
This commit is contained in:
parent
42af41c9e0
commit
342230ef08
@ -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)
|
// no all xss attack vectors from http://ha.ckers.org/xssAttacks.xml are relevant here! (needs interpretation)
|
||||||
if (!$vectors)
|
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;
|
return;
|
||||||
}
|
}
|
||||||
foreach($vectors as $line => $pattern)
|
foreach($vectors as $line => $pattern)
|
||||||
|
Loading…
Reference in New Issue
Block a user