ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
CollectionTest.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Sabre\CalDAV\Principal;
4 
5 use Sabre\DAVACL;
6 
8 
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  }
19 
20 }
Principal collection.
Definition: Collection.php:19
$r
Definition: example_031.php:79