15 $this->principalUri =
'principals/user1';
20 'principals/user1' => [
25 return new Collection($this->caldavBackend, $this->principalUri);
32 $this->assertEquals(
'notifications', $col->getName());
36 ], $col->getChildren());
43 $this->assertEquals(
'principals/user1', $col->getOwner());
50 $this->assertNull($col->getGroup());
59 'privilege' =>
'{DAV:}all',
60 'principal' =>
'{DAV:}owner',
65 $this->assertEquals($expected, $col->getACL());
82 $this->assertNull($col->getSupportedPrivilegeSet());
This node represents a list of notifications.
This node represents a single notification.
SystemStatus notification.
testGetSupportedPrivilegeSet()