From 4637dcc4587ed0c3b1695568a3c8a3853d695c5d Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 9 Apr 2014 01:59:42 +0200 Subject: migrate security annotations, please review --- tests/unit/controller/ItemControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/controller/ItemControllerTest.php') diff --git a/tests/unit/controller/ItemControllerTest.php b/tests/unit/controller/ItemControllerTest.php index 14c1a3fa4..8089ed2f1 100644 --- a/tests/unit/controller/ItemControllerTest.php +++ b/tests/unit/controller/ItemControllerTest.php @@ -81,7 +81,7 @@ class ItemControllerTest extends ControllerTestUtility { private function assertItemControllerAnnotations($methodName){ - $annotations = array('IsAdminExemption', 'IsSubAdminExemption', 'Ajax'); + $annotations = array('NoAdminRequired'); $this->assertAnnotations($this->controller, $methodName, $annotations); } -- cgit v1.2.3