|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\CalDAV\CalendarHomeTest:
Collaboration diagram for Sabre\CalDAV\CalendarHomeTest:Public Member Functions | |
| setup () | |
| testSimple () | |
| testGetChildNotFound () | |
| @expectedException Sabre\DAV\Exception\NotFound @depends testSimple More... | |
| testChildExists () | |
| testGetOwner () | |
| testGetGroup () | |
| testGetACL () | |
| testSetACL () | |
| @expectedException \Sabre\DAV\Exception\Forbidden More... | |
| testSetName () | |
| @expectedException \Sabre\DAV\Exception\Forbidden @depends testSimple More... | |
| testDelete () | |
| @expectedException \Sabre\DAV\Exception\Forbidden @depends testSimple More... | |
| testGetLastModified () | |
| @depends testSimple More... | |
| testCreateFile () | |
| @expectedException \Sabre\DAV\Exception\MethodNotAllowed @depends testSimple More... | |
| testCreateDirectory () | |
| @expectedException Sabre\DAV\Exception\MethodNotAllowed @depends testSimple More... | |
| testCreateExtendedCollection () | |
| @depends testSimple More... | |
| testCreateExtendedCollectionBadResourceType () | |
| @expectedException Sabre\DAV\Exception\InvalidResourceType @depends testSimple More... | |
| testCreateExtendedCollectionNotACalendar () | |
| @expectedException Sabre\DAV\Exception\InvalidResourceType @depends testSimple More... | |
| testGetSupportedPrivilegesSet () | |
| testShareReplyFail () | |
| @expectedException Sabre\DAV\Exception\NotImplemented More... | |
Protected Attributes | |
| $usercalendars | |
| $backend | |
Definition at line 8 of file CalendarHomeTest.php.
| Sabre\CalDAV\CalendarHomeTest::setup | ( | ) |
Definition at line 20 of file CalendarHomeTest.php.
References Sabre\CalDAV\TestUtil\getBackend().
Here is the call graph for this function:| Sabre\CalDAV\CalendarHomeTest::testChildExists | ( | ) |
Definition at line 45 of file CalendarHomeTest.php.
| Sabre\CalDAV\CalendarHomeTest::testCreateDirectory | ( | ) |
@expectedException Sabre\DAV\Exception\MethodNotAllowed @depends testSimple
Definition at line 150 of file CalendarHomeTest.php.
| Sabre\CalDAV\CalendarHomeTest::testCreateExtendedCollection | ( | ) |
@depends testSimple
Definition at line 159 of file CalendarHomeTest.php.
References $result.
| Sabre\CalDAV\CalendarHomeTest::testCreateExtendedCollectionBadResourceType | ( | ) |
@expectedException Sabre\DAV\Exception\InvalidResourceType @depends testSimple
Definition at line 176 of file CalendarHomeTest.php.
| Sabre\CalDAV\CalendarHomeTest::testCreateExtendedCollectionNotACalendar | ( | ) |
@expectedException Sabre\DAV\Exception\InvalidResourceType @depends testSimple
Definition at line 190 of file CalendarHomeTest.php.
| Sabre\CalDAV\CalendarHomeTest::testCreateFile | ( | ) |
@expectedException \Sabre\DAV\Exception\MethodNotAllowed @depends testSimple
Definition at line 139 of file CalendarHomeTest.php.
| Sabre\CalDAV\CalendarHomeTest::testDelete | ( | ) |
@expectedException \Sabre\DAV\Exception\Forbidden @depends testSimple
Definition at line 120 of file CalendarHomeTest.php.
| Sabre\CalDAV\CalendarHomeTest::testGetACL | ( | ) |
Definition at line 64 of file CalendarHomeTest.php.
| Sabre\CalDAV\CalendarHomeTest::testGetChildNotFound | ( | ) |
@expectedException Sabre\DAV\Exception\NotFound @depends testSimple
Definition at line 39 of file CalendarHomeTest.php.
| Sabre\CalDAV\CalendarHomeTest::testGetGroup | ( | ) |
Definition at line 58 of file CalendarHomeTest.php.
| Sabre\CalDAV\CalendarHomeTest::testGetLastModified | ( | ) |
@depends testSimple
Definition at line 129 of file CalendarHomeTest.php.
| Sabre\CalDAV\CalendarHomeTest::testGetOwner | ( | ) |
Definition at line 52 of file CalendarHomeTest.php.
| Sabre\CalDAV\CalendarHomeTest::testGetSupportedPrivilegesSet | ( | ) |
Definition at line 200 of file CalendarHomeTest.php.
| Sabre\CalDAV\CalendarHomeTest::testSetACL | ( | ) |
@expectedException \Sabre\DAV\Exception\Forbidden
Definition at line 100 of file CalendarHomeTest.php.
| Sabre\CalDAV\CalendarHomeTest::testSetName | ( | ) |
@expectedException \Sabre\DAV\Exception\Forbidden @depends testSimple
Definition at line 110 of file CalendarHomeTest.php.
| Sabre\CalDAV\CalendarHomeTest::testShareReplyFail | ( | ) |
@expectedException Sabre\DAV\Exception\NotImplemented
Definition at line 209 of file CalendarHomeTest.php.
| Sabre\CalDAV\CalendarHomeTest::testSimple | ( | ) |
Definition at line 29 of file CalendarHomeTest.php.
|
protected |
Definition at line 18 of file CalendarHomeTest.php.
|
protected |
Definition at line 13 of file CalendarHomeTest.php.