|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\CalDAV\Backend\SimplePDOTest:
Collaboration diagram for Sabre\CalDAV\Backend\SimplePDOTest:Public Member Functions | |
| setUp () | |
| testConstruct () | |
| testGetCalendarsForUserNoCalendars () | |
| @depends testConstruct More... | |
| testCreateCalendarAndFetch () | |
| @depends testConstruct More... | |
| testUpdateCalendarAndFetch () | |
| @depends testConstruct More... | |
| testDeleteCalendar () | |
| @depends testCreateCalendarAndFetch More... | |
| testCreateCalendarObject () | |
| testGetMultipleObjects () | |
| testGetCalendarObjects () | |
| @depends testCreateCalendarObject More... | |
| testGetCalendarObjectByUID () | |
| @depends testCreateCalendarObject More... | |
| testUpdateCalendarObject () | |
| @depends testCreateCalendarObject More... | |
| testDeleteCalendarObject () | |
| @depends testCreateCalendarObject More... | |
| testCalendarQueryNoResult () | |
| testCalendarQueryTodo () | |
| testCalendarQueryTodoNotMatch () | |
| testCalendarQueryNoFilter () | |
| testCalendarQueryTimeRange () | |
| testCalendarQueryTimeRangeNoEnd () | |
Protected Attributes | |
| $pdo | |
Definition at line 9 of file SimplePDOTest.php.
| Sabre\CalDAV\Backend\SimplePDOTest::setUp | ( | ) |
Definition at line 13 of file SimplePDOTest.php.
References Sabre\CalDAV\Backend\SimplePDOTest\$pdo.
| Sabre\CalDAV\Backend\SimplePDOTest::testCalendarQueryNoFilter | ( | ) |
Definition at line 362 of file SimplePDOTest.php.
References $result.
| Sabre\CalDAV\Backend\SimplePDOTest::testCalendarQueryNoResult | ( | ) |
Definition at line 276 of file SimplePDOTest.php.
| Sabre\CalDAV\Backend\SimplePDOTest::testCalendarQueryTimeRange | ( | ) |
Definition at line 382 of file SimplePDOTest.php.
| Sabre\CalDAV\Backend\SimplePDOTest::testCalendarQueryTimeRangeNoEnd | ( | ) |
Definition at line 413 of file SimplePDOTest.php.
| Sabre\CalDAV\Backend\SimplePDOTest::testCalendarQueryTodo | ( | ) |
Definition at line 300 of file SimplePDOTest.php.
| Sabre\CalDAV\Backend\SimplePDOTest::testCalendarQueryTodoNotMatch | ( | ) |
Definition at line 327 of file SimplePDOTest.php.
| Sabre\CalDAV\Backend\SimplePDOTest::testConstruct | ( | ) |
Definition at line 45 of file SimplePDOTest.php.
| Sabre\CalDAV\Backend\SimplePDOTest::testCreateCalendarAndFetch | ( | ) |
@depends testConstruct
Definition at line 66 of file SimplePDOTest.php.
References $name.
| Sabre\CalDAV\Backend\SimplePDOTest::testCreateCalendarObject | ( | ) |
Definition at line 134 of file SimplePDOTest.php.
References $result.
| Sabre\CalDAV\Backend\SimplePDOTest::testDeleteCalendar | ( | ) |
@depends testCreateCalendarAndFetch
Definition at line 119 of file SimplePDOTest.php.
| Sabre\CalDAV\Backend\SimplePDOTest::testDeleteCalendarObject | ( | ) |
@depends testCreateCalendarObject
Definition at line 261 of file SimplePDOTest.php.
References $data.
| Sabre\CalDAV\Backend\SimplePDOTest::testGetCalendarObjectByUID | ( | ) |
@depends testCreateCalendarObject
Definition at line 218 of file SimplePDOTest.php.
| Sabre\CalDAV\Backend\SimplePDOTest::testGetCalendarObjects | ( | ) |
@depends testCreateCalendarObject
Definition at line 197 of file SimplePDOTest.php.
References $data.
| Sabre\CalDAV\Backend\SimplePDOTest::testGetCalendarsForUserNoCalendars | ( | ) |
@depends testConstruct
Definition at line 55 of file SimplePDOTest.php.
| Sabre\CalDAV\Backend\SimplePDOTest::testGetMultipleObjects | ( | ) |
Definition at line 149 of file SimplePDOTest.php.
| Sabre\CalDAV\Backend\SimplePDOTest::testUpdateCalendarAndFetch | ( | ) |
@depends testConstruct
Definition at line 95 of file SimplePDOTest.php.
References $result.
| Sabre\CalDAV\Backend\SimplePDOTest::testUpdateCalendarObject | ( | ) |
@depends testCreateCalendarObject
Definition at line 239 of file SimplePDOTest.php.
References $data.
|
protected |
Definition at line 11 of file SimplePDOTest.php.
Referenced by Sabre\CalDAV\Backend\SimplePDOTest\setUp().