ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
CollectionTest.php
Go to the documentation of this file.
1<?php
2
4
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}
An exception for terminatinating execution or to throw for unit testing.
$r
Definition: example_031.php:79