summaryrefslogtreecommitdiffstats
path: root/tests/unit/external/ItemAPITest.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-06-22 18:18:55 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-06-22 18:18:55 +0200
commit4affc4f485d1a69426edad1a2a02deb3dbcf9a5e (patch)
tree27082f73e83bb75873860b6c5397d6c4258749c2 /tests/unit/external/ItemAPITest.php
parentb11cd6e058d6f9f1bbcba568858d8fea34178e4c (diff)
add api annotations
Diffstat (limited to 'tests/unit/external/ItemAPITest.php')
-rw-r--r--tests/unit/external/ItemAPITest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/external/ItemAPITest.php b/tests/unit/external/ItemAPITest.php
index f2533b4fa..ee5f22c2d 100644
--- a/tests/unit/external/ItemAPITest.php
+++ b/tests/unit/external/ItemAPITest.php
@@ -70,7 +70,7 @@ class ItemAPITest extends ControllerTestUtility {
private function assertDefaultAnnotations($methodName){
$annotations = array('IsAdminExemption', 'IsSubAdminExemption',
- 'Ajax', 'CSRFExemption');
+ 'Ajax', 'CSRFExemption', 'API');
$this->assertAnnotations($this->itemAPI, $methodName, $annotations);
}