|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\CalDAV\CalendarTest:
Collaboration diagram for Sabre\CalDAV\CalendarTest:Public Member Functions | |
| setup () | |
| teardown () | |
| testSimple () | |
| testUpdateProperties () | |
| @depends testSimple More... | |
| testGetProperties () | |
| @depends testSimple More... | |
| testGetChildNotFound () | |
| @expectedException Sabre\DAV\Exception\NotFound @depends testSimple More... | |
| testGetChildren () | |
| @depends testSimple More... | |
| testChildExists () | |
| @depends testGetChildren More... | |
| testCreateDirectory () | |
| @expectedException Sabre\DAV\Exception\MethodNotAllowed More... | |
| testSetName () | |
| @expectedException Sabre\DAV\Exception\MethodNotAllowed More... | |
| testGetLastModified () | |
| testCreateFile () | |
| testCreateFileNoSupportedComponents () | |
| testDelete () | |
| testGetOwner () | |
| testGetGroup () | |
| testGetACL () | |
| testSetACL () | |
| @expectedException \Sabre\DAV\Exception\Forbidden More... | |
| testGetSyncToken () | |
| testGetSyncTokenNoSyncSupport () | |
| testGetChanges () | |
Protected Attributes | |
| $backend | |
| $principalBackend | |
| $calendar | |
| $calendars | |
Definition at line 9 of file CalendarTest.php.
| Sabre\CalDAV\CalendarTest::setup | ( | ) |
Definition at line 25 of file CalendarTest.php.
References Sabre\CalDAV\TestUtil\getBackend().
Here is the call graph for this function:| Sabre\CalDAV\CalendarTest::teardown | ( | ) |
Definition at line 36 of file CalendarTest.php.
| Sabre\CalDAV\CalendarTest::testChildExists | ( | ) |
@depends testGetChildren
Definition at line 109 of file CalendarTest.php.
| Sabre\CalDAV\CalendarTest::testCreateDirectory | ( | ) |
@expectedException Sabre\DAV\Exception\MethodNotAllowed
Definition at line 122 of file CalendarTest.php.
| Sabre\CalDAV\CalendarTest::testCreateFile | ( | ) |
Definition at line 143 of file CalendarTest.php.
References Sabre\CalDAV\TestUtil\getTestCalendarData().
Here is the call graph for this function:| Sabre\CalDAV\CalendarTest::testCreateFileNoSupportedComponents | ( | ) |
Definition at line 156 of file CalendarTest.php.
References Sabre\CalDAV\CalendarTest\$calendar, and Sabre\CalDAV\TestUtil\getTestCalendarData().
Here is the call graph for this function:| Sabre\CalDAV\CalendarTest::testDelete | ( | ) |
Definition at line 170 of file CalendarTest.php.
References Sabre\CalDAV\CalendarTest\$calendars.
| Sabre\CalDAV\CalendarTest::testGetACL | ( | ) |
Definition at line 190 of file CalendarTest.php.
References Sabre\CalDAV\Plugin\NS_CALDAV.
| Sabre\CalDAV\CalendarTest::testGetChanges | ( | ) |
Definition at line 250 of file CalendarTest.php.
| Sabre\CalDAV\CalendarTest::testGetChildNotFound | ( | ) |
@expectedException Sabre\DAV\Exception\NotFound @depends testSimple
Definition at line 88 of file CalendarTest.php.
| Sabre\CalDAV\CalendarTest::testGetChildren | ( | ) |
@depends testSimple
Definition at line 97 of file CalendarTest.php.
| Sabre\CalDAV\CalendarTest::testGetGroup | ( | ) |
Definition at line 184 of file CalendarTest.php.
| Sabre\CalDAV\CalendarTest::testGetLastModified | ( | ) |
Definition at line 137 of file CalendarTest.php.
| Sabre\CalDAV\CalendarTest::testGetOwner | ( | ) |
Definition at line 178 of file CalendarTest.php.
| Sabre\CalDAV\CalendarTest::testGetProperties | ( | ) |
@depends testSimple
Definition at line 70 of file CalendarTest.php.
References $result.
| Sabre\CalDAV\CalendarTest::testGetSyncToken | ( | ) |
Definition at line 237 of file CalendarTest.php.
| Sabre\CalDAV\CalendarTest::testGetSyncTokenNoSyncSupport | ( | ) |
Definition at line 243 of file CalendarTest.php.
References Sabre\CalDAV\CalendarTest\$calendar.
| Sabre\CalDAV\CalendarTest::testSetACL | ( | ) |
@expectedException \Sabre\DAV\Exception\Forbidden
Definition at line 231 of file CalendarTest.php.
| Sabre\CalDAV\CalendarTest::testSetName | ( | ) |
@expectedException Sabre\DAV\Exception\MethodNotAllowed
Definition at line 131 of file CalendarTest.php.
| Sabre\CalDAV\CalendarTest::testSimple | ( | ) |
Definition at line 42 of file CalendarTest.php.
| Sabre\CalDAV\CalendarTest::testUpdateProperties | ( | ) |
@depends testSimple
Definition at line 51 of file CalendarTest.php.
References $result.
|
protected |
Definition at line 14 of file CalendarTest.php.
|
protected |
Definition at line 19 of file CalendarTest.php.
Referenced by Sabre\CalDAV\CalendarTest\testCreateFileNoSupportedComponents(), and Sabre\CalDAV\CalendarTest\testGetSyncTokenNoSyncSupport().
|
protected |
Definition at line 23 of file CalendarTest.php.
Referenced by Sabre\CalDAV\CalendarTest\testDelete().
|
protected |
Definition at line 15 of file CalendarTest.php.