From 342230ef08381a7805a709320cc0cd8edeec9bbb Mon Sep 17 00:00:00 2001
From: nathangray <nathangray.bsc+github@gmail.com>
Date: Wed, 8 Feb 2017 08:59:39 -0700
Subject: [PATCH] Fix typo in function name

---
 api/src/loader/test/SecurityTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)