diff --git a/api/src/loader/test/SecurityTest.php b/api/src/loader/test/SecurityTest.php index e2cbfcd223..28d891a989 100644 --- a/api/src/loader/test/SecurityTest.php +++ b/api/src/loader/test/SecurityTest.php @@ -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)