public function testRemoveNamespace()
 {
     $ns = $this->permissionMapper->getNamespace(self::ACL_NAMESPACE, false);
     $ns->dropCollection();
 }