public function testGetAllowedActions()
 {
     $allowedActions = $this->AnnAuthorization->getAllowedActions($this->controller);
     $this->assertEquals(['allowedAction'], $allowedActions);
 }