ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Sabre\CalDAV\Principal\CollectionTest Class Reference
+ Inheritance diagram for Sabre\CalDAV\Principal\CollectionTest:
+ Collaboration diagram for Sabre\CalDAV\Principal\CollectionTest:

Public Member Functions

 testGetChildForPrincipal ()
 

Detailed Description

Definition at line 7 of file CollectionTest.php.

Member Function Documentation

◆ testGetChildForPrincipal()

Sabre\CalDAV\Principal\CollectionTest::testGetChildForPrincipal ( )

Definition at line 9 of file CollectionTest.php.

9 {
10
11 $back = new DAVACL\PrincipalBackend\Mock();
12 $col = new Collection($back);
13 $r = $col->getChildForPrincipal([
14 'uri' => 'principals/admin',
15 ]);
16 $this->assertInstanceOf('Sabre\\CalDAV\\Principal\\User', $r);
17
18 }
$r
Definition: example_031.php:79

References $r.


The documentation for this class was generated from the following file: