|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\CalDAV\Backend\AbstractPDOTest:
Collaboration diagram for Sabre\CalDAV\Backend\AbstractPDOTest:Public Member Functions | |
| setUp () | |
| testConstruct () | |
| testGetCalendarsForUserNoCalendars () | |
| @depends testConstruct More... | |
| testCreateCalendarAndFetch () | |
| @depends testConstruct More... | |
| testUpdateCalendarAndFetch () | |
| @depends testConstruct More... | |
| testUpdateCalendarBadId () | |
| @depends testConstruct @expectedException \InvalidArgumentException More... | |
| testUpdateCalendarUnknownProperty () | |
| @depends testUpdateCalendarAndFetch More... | |
| testDeleteCalendar () | |
| @depends testCreateCalendarAndFetch More... | |
| testDeleteCalendarBadID () | |
| @depends testCreateCalendarAndFetch @expectedException \InvalidArgumentException More... | |
| testCreateCalendarIncorrectComponentSet () | |
| @depends testCreateCalendarAndFetch @expectedException \Sabre\DAV\Exception More... | |
| testCreateCalendarObject () | |
| testGetMultipleObjects () | |
| testGetMultipleObjectsBadId () | |
| @depends testGetMultipleObjects @expectedException \InvalidArgumentException More... | |
| testCreateCalendarObjectNoComponent () | |
| @expectedException Sabre\DAV\Exception\BadRequest @depends testCreateCalendarObject More... | |
| testCreateCalendarObjectDuration () | |
| @depends testCreateCalendarObject More... | |
| testCreateCalendarObjectBadId () | |
| @depends testCreateCalendarObject @expectedException \InvalidArgumentException More... | |
| testCreateCalendarObjectNoDTEND () | |
| @depends testCreateCalendarObject More... | |
| testCreateCalendarObjectWithDTEND () | |
| @depends testCreateCalendarObject More... | |
| testCreateCalendarObjectInfiniteRecurrence () | |
| @depends testCreateCalendarObject More... | |
| testCreateCalendarObjectEndingRecurrence () | |
| @depends testCreateCalendarObject More... | |
| testCreateCalendarObjectTask () | |
| @depends testCreateCalendarObject More... | |
| testGetCalendarObjects () | |
| @depends testCreateCalendarObject More... | |
| testGetCalendarObjectsBadId () | |
| @depends testGetCalendarObjects @expectedException \InvalidArgumentException More... | |
| testGetCalendarObjectBadId () | |
| @depends testGetCalendarObjects @expectedException \InvalidArgumentException More... | |
| testGetCalendarObjectByUID () | |
| @depends testCreateCalendarObject More... | |
| testUpdateCalendarObject () | |
| @depends testCreateCalendarObject More... | |
| testUpdateCalendarObjectBadId () | |
| @depends testUpdateCalendarObject @expectedException \InvalidArgumentException More... | |
| testDeleteCalendarObject () | |
| @depends testCreateCalendarObject More... | |
| testDeleteCalendarObjectBadId () | |
| @depends testDeleteCalendarObject @expectedException \InvalidArgumentException More... | |
| testCalendarQueryNoResult () | |
| testCalendarQueryBadId () | |
| @expectedException \InvalidArgumentException @depends testCalendarQueryNoResult More... | |
| testCalendarQueryTodo () | |
| testCalendarQueryTodoNotMatch () | |
| testCalendarQueryNoFilter () | |
| testCalendarQueryTimeRange () | |
| testCalendarQueryTimeRangeNoEnd () | |
| testGetChanges () | |
| testGetChangesBadId () | |
| @depends testGetChanges @expectedException \InvalidArgumentException More... | |
| testCreateSubscriptions () | |
| testCreateSubscriptionFail () | |
| @expectedException \Sabre\DAV\Exception\Forbidden More... | |
| testUpdateSubscriptions () | |
| testUpdateSubscriptionsFail () | |
| testDeleteSubscriptions () | |
| testSchedulingMethods () | |
| testGetInvites () | |
| testGetInvitesBadId () | |
| @depends testGetInvites @expectedException \InvalidArgumentException More... | |
| testUpdateInvites () | |
| @depends testCreateCalendarAndFetch More... | |
| testUpdateInvitesBadId () | |
| @depends testUpdateInvites @expectedException \InvalidArgumentException More... | |
| testUpdateInvitesNoPrincipal () | |
| @depends testUpdateInvites More... | |
| testDeleteSharedCalendar () | |
| @depends testUpdateInvites More... | |
| testSetPublishStatus () | |
| @expectedException \Sabre\DAV\Exception\NotImplemented More... | |
Protected Attributes | |
| $pdo | |
Definition at line 10 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::setUp | ( | ) |
Definition at line 16 of file AbstractPDOTest.php.
References Sabre\DAV\createSchema(), Sabre\DAV\dropTables(), and Sabre\DAV\getDb().
Here is the call graph for this function:| Sabre\CalDAV\Backend\AbstractPDOTest::testCalendarQueryBadId | ( | ) |
@expectedException \InvalidArgumentException @depends testCalendarQueryNoResult
Definition at line 688 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testCalendarQueryNoFilter | ( | ) |
Definition at line 773 of file AbstractPDOTest.php.
References $result.
| Sabre\CalDAV\Backend\AbstractPDOTest::testCalendarQueryNoResult | ( | ) |
Definition at line 660 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testCalendarQueryTimeRange | ( | ) |
Definition at line 793 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testCalendarQueryTimeRangeNoEnd | ( | ) |
Definition at line 824 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testCalendarQueryTodo | ( | ) |
Definition at line 711 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testCalendarQueryTodoNotMatch | ( | ) |
Definition at line 738 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testConstruct | ( | ) |
Definition at line 32 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testCreateCalendarAndFetch | ( | ) |
@depends testConstruct
Definition at line 53 of file AbstractPDOTest.php.
References $name, and Sabre\DAV\Sharing\Plugin\ACCESS_SHAREDOWNER.
| Sabre\CalDAV\Backend\AbstractPDOTest::testCreateCalendarIncorrectComponentSet | ( | ) |
@depends testCreateCalendarAndFetch @expectedException \Sabre\DAV\Exception
Definition at line 217 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testCreateCalendarObject | ( | ) |
Definition at line 228 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testCreateCalendarObjectBadId | ( | ) |
@depends testCreateCalendarObject @expectedException \InvalidArgumentException
Definition at line 371 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testCreateCalendarObjectDuration | ( | ) |
@depends testCreateCalendarObject
Definition at line 340 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testCreateCalendarObjectEndingRecurrence | ( | ) |
@depends testCreateCalendarObject
Definition at line 473 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testCreateCalendarObjectInfiniteRecurrence | ( | ) |
@depends testCreateCalendarObject
Definition at line 444 of file AbstractPDOTest.php.
References $result, $row, and Sabre\CalDAV\Backend\PDO\MAX_DATE.
| Sabre\CalDAV\Backend\AbstractPDOTest::testCreateCalendarObjectNoComponent | ( | ) |
@expectedException Sabre\DAV\Exception\BadRequest @depends testCreateCalendarObject
Definition at line 326 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testCreateCalendarObjectNoDTEND | ( | ) |
@depends testCreateCalendarObject
Definition at line 386 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testCreateCalendarObjectTask | ( | ) |
@depends testCreateCalendarObject
Definition at line 502 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testCreateCalendarObjectWithDTEND | ( | ) |
@depends testCreateCalendarObject
Definition at line 415 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testCreateSubscriptionFail | ( | ) |
@expectedException \Sabre\DAV\Exception\Forbidden
Definition at line 953 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testCreateSubscriptions | ( | ) |
Definition at line 918 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testDeleteCalendar | ( | ) |
@depends testCreateCalendarAndFetch
Definition at line 182 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testDeleteCalendarBadID | ( | ) |
@depends testCreateCalendarAndFetch @expectedException \InvalidArgumentException
Definition at line 201 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testDeleteCalendarObject | ( | ) |
@depends testCreateCalendarObject
Definition at line 631 of file AbstractPDOTest.php.
References $data.
| Sabre\CalDAV\Backend\AbstractPDOTest::testDeleteCalendarObjectBadId | ( | ) |
@depends testDeleteCalendarObject @expectedException \InvalidArgumentException
Definition at line 649 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testDeleteSharedCalendar | ( | ) |
@depends testUpdateInvites
Definition at line 1352 of file AbstractPDOTest.php.
References $calendar, $result, and Sabre\DAV\Sharing\Plugin\ACCESS_READ.
| Sabre\CalDAV\Backend\AbstractPDOTest::testDeleteSubscriptions | ( | ) |
Definition at line 1038 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testGetCalendarObjectBadId | ( | ) |
@depends testGetCalendarObjects @expectedException \InvalidArgumentException
Definition at line 564 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testGetCalendarObjectByUID | ( | ) |
@depends testCreateCalendarObject
Definition at line 574 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testGetCalendarObjects | ( | ) |
@depends testCreateCalendarObject
Definition at line 531 of file AbstractPDOTest.php.
References $data.
| Sabre\CalDAV\Backend\AbstractPDOTest::testGetCalendarObjectsBadId | ( | ) |
@depends testGetCalendarObjects @expectedException \InvalidArgumentException
Definition at line 553 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testGetCalendarsForUserNoCalendars | ( | ) |
@depends testConstruct
Definition at line 42 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testGetChanges | ( | ) |
Definition at line 856 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testGetChangesBadId | ( | ) |
@depends testGetChanges @expectedException \InvalidArgumentException
Definition at line 906 of file AbstractPDOTest.php.
References $id.
| Sabre\CalDAV\Backend\AbstractPDOTest::testGetInvites | ( | ) |
Definition at line 1110 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testGetInvitesBadId | ( | ) |
@depends testGetInvites @expectedException \InvalidArgumentException
Definition at line 1136 of file AbstractPDOTest.php.
References $calendar.
| Sabre\CalDAV\Backend\AbstractPDOTest::testGetMultipleObjects | ( | ) |
Definition at line 254 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testGetMultipleObjectsBadId | ( | ) |
@depends testGetMultipleObjects @expectedException \InvalidArgumentException
Definition at line 315 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testSchedulingMethods | ( | ) |
Definition at line 1064 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testSetPublishStatus | ( | ) |
@expectedException \Sabre\DAV\Exception\NotImplemented
Definition at line 1424 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testUpdateCalendarAndFetch | ( | ) |
@depends testConstruct
Definition at line 86 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testUpdateCalendarBadId | ( | ) |
@depends testConstruct @expectedException \InvalidArgumentException
Definition at line 135 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testUpdateCalendarObject | ( | ) |
@depends testCreateCalendarObject
Definition at line 595 of file AbstractPDOTest.php.
References $data.
| Sabre\CalDAV\Backend\AbstractPDOTest::testUpdateCalendarObjectBadId | ( | ) |
@depends testUpdateCalendarObject @expectedException \InvalidArgumentException
Definition at line 621 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testUpdateCalendarUnknownProperty | ( | ) |
@depends testUpdateCalendarAndFetch
Definition at line 155 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testUpdateInvites | ( | ) |
@depends testCreateCalendarAndFetch
Definition at line 1151 of file AbstractPDOTest.php.
References $calendar, $result, and Sabre\DAV\Sharing\Plugin\ACCESS_READ.
| Sabre\CalDAV\Backend\AbstractPDOTest::testUpdateInvitesBadId | ( | ) |
@depends testUpdateInvites @expectedException \InvalidArgumentException
Definition at line 1289 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testUpdateInvitesNoPrincipal | ( | ) |
@depends testUpdateInvites
Definition at line 1303 of file AbstractPDOTest.php.
| Sabre\CalDAV\Backend\AbstractPDOTest::testUpdateSubscriptions | ( | ) |
Definition at line 963 of file AbstractPDOTest.php.
References $result.
| Sabre\CalDAV\Backend\AbstractPDOTest::testUpdateSubscriptionsFail | ( | ) |
Definition at line 1006 of file AbstractPDOTest.php.
|
protected |
Definition at line 14 of file AbstractPDOTest.php.