summaryrefslogtreecommitdiffstats
path: root/tests/unit/api/ItemAPITest.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-04-09 01:59:42 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-04-09 22:52:27 +0200
commit4637dcc4587ed0c3b1695568a3c8a3853d695c5d (patch)
treee1778a3ddbaa95568ab90c211d49925f4946d157 /tests/unit/api/ItemAPITest.php
parent6d365e8083ecf67212203fe86fd1e1bf2b4ac281 (diff)
migrate security annotations, please review
Diffstat (limited to 'tests/unit/api/ItemAPITest.php')
-rw-r--r--tests/unit/api/ItemAPITest.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/unit/api/ItemAPITest.php b/tests/unit/api/ItemAPITest.php
index 5bbf7edf1..4c44e37f2 100644
--- a/tests/unit/api/ItemAPITest.php
+++ b/tests/unit/api/ItemAPITest.php
@@ -69,8 +69,7 @@ class ItemAPITest extends ControllerTestUtility {
private function assertDefaultAnnotations($methodName){
- $annotations = array('IsAdminExemption', 'IsSubAdminExemption',
- 'Ajax', 'CSRFExemption', 'API');
+ $annotations = array('NoAdminRequired', 'NoCSRFRequired', 'API');
$this->assertAnnotations($this->itemAPI, $methodName, $annotations);
}