Definition at line 7 of file CollectionTest.php.
◆ testGetChildForPrincipal()
Sabre\CalDAV\Principal\CollectionTest::testGetChildForPrincipal |
( |
| ) |
|
Definition at line 9 of file CollectionTest.php.
References $r.
11 $back =
new DAVACL\PrincipalBackend\Mock();
12 $col =
new Collection($back);
13 $r = $col->getChildForPrincipal([
14 'uri' =>
'principals/admin',
16 $this->assertInstanceOf(
'Sabre\\CalDAV\\Principal\\User',
$r);
The documentation for this class was generated from the following file: