mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +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)
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user