Home
last modified time | relevance | path

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

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DNodeTest.php9 protected $systemStatus; variable in Sabre\\CalDAV\\Notifications\\NodeTest
16 $this->systemStatus = new CalDAV\Xml\Notification\SystemStatus(1,'"1"');
20 $this->systemStatus
24 $node = new Node($this->caldavBackend, 'principals/user1', $this->systemStatus);
32 $this->assertEquals($this->systemStatus->getId() . '.xml', $node->getName());
46 $this->assertEquals($this->systemStatus, $node->getNotificationType());