function testValues() { $aclPlugin = new Plugin(); $this->assertEquals('acl', $aclPlugin->getPluginName()); $this->assertEquals(array('access-control', 'calendarserver-principal-property-search'), $aclPlugin->getFeatures()); $this->assertEquals(array('{DAV:}expand-property', '{DAV:}principal-property-search', '{DAV:}principal-search-property-set'), $aclPlugin->getSupportedReportSet('')); $this->assertEquals(array('ACL'), $aclPlugin->getMethods('')); }