/**
  * @covers Kunstmaan\AdminBundle\Helper\Security\Acl\AclHelper::getAllowedEntityIds
  */
 public function testGetAllowedEntityIdsNoEntity()
 {
     $this->setExpectedException('InvalidArgumentException');
     $this->object->getAllowedEntityIds(new PermissionDefinition(array('view')));
 }