Home
last modified time | relevance | path

Searched refs:caldavSharingPlugin (Results 1 – 2 of 2) sorted by relevance

/plugin/davcal/vendor/sabre/dav/tests/Sabre/
H A DDAVServerTest.php72 protected $caldavSharingPlugin; variable in Sabre\\DAVServerTest
111 $this->caldavSharingPlugin = new CalDAV\SharingPlugin();
112 $this->server->addPlugin($this->caldavSharingPlugin);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DSharingPluginTest.php51 $this->caldavSharingPlugin->getPluginInfo()['name']
58 … $this->assertEquals(array('calendarserver-sharing'), $this->caldavSharingPlugin->getFeatures());