|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\CalDAV\Subscriptions\CreateSubscriptionTest:
Collaboration diagram for Sabre\CalDAV\Subscriptions\CreateSubscriptionTest:Public Member Functions | |
| testMKCOL () | |
| OS X 10.7 - 10.9.1. More... | |
| testMKCALENDAR () | |
| OS X 10.9.2 and up. More... | |
| assertSubscription ($subscription) | |
Public Member Functions inherited from Sabre\DAVServerTest | |
| setUp () | |
| initializeEverything () | |
| request ($request, $expectedStatus=null) | |
| Makes a request, and returns a response object. More... | |
| autoLogin ($userName) | |
| This function takes a username and sets the server in a state where this user is logged in, and no longer requires an authentication check. More... | |
| setUpTree () | |
| Override this to provide your own Tree for your test-case. More... | |
| setUpBackends () | |
| assertHttpStatus ($expectedStatus, HTTP\Request $req) | |
Protected Attributes | |
| $setupCalDAV = true | |
| $setupCalDAVSubscriptions = true | |
Protected Attributes inherited from Sabre\DAVServerTest | |
| $setupCalDAV = false | |
| $setupCardDAV = false | |
| $setupACL = false | |
| $setupCalDAVSharing = false | |
| $setupCalDAVScheduling = false | |
| $setupCalDAVSubscriptions = false | |
| $setupCalDAVICSExport = false | |
| $setupLocks = false | |
| $setupFiles = false | |
| $setupSharing = false | |
| $setupPropertyStorage = false | |
| $caldavCalendars = [] | |
| An array with calendars. More... | |
| $caldavCalendarObjects = [] | |
| $carddavAddressBooks = [] | |
| $carddavCards = [] | |
| $server | |
| $tree = [] | |
| $caldavBackend | |
| $carddavBackend | |
| $principalBackend | |
| $locksBackend | |
| $propertyStorageBackend | |
| $caldavPlugin | |
| $carddavPlugin | |
| $aclPlugin | |
| $caldavSharingPlugin | |
| $caldavSchedulePlugin | |
| $authPlugin | |
| $locksPlugin | |
| $sharingPlugin | |
| $propertyStoragePlugin | |
| $autoLogin = null | |
| If this string is set, we will automatically log in the user with this name. More... | |
Definition at line 8 of file CreateSubscriptionTest.php.
| Sabre\CalDAV\Subscriptions\CreateSubscriptionTest::assertSubscription | ( | $subscription | ) |
Definition at line 106 of file CreateSubscriptionTest.php.
Referenced by Sabre\CalDAV\Subscriptions\CreateSubscriptionTest\testMKCALENDAR(), and Sabre\CalDAV\Subscriptions\CreateSubscriptionTest\testMKCOL().
Here is the caller graph for this function:| Sabre\CalDAV\Subscriptions\CreateSubscriptionTest::testMKCALENDAR | ( | ) |
OS X 10.9.2 and up.
Definition at line 57 of file CreateSubscriptionTest.php.
References $request, $response, Sabre\CalDAV\Subscriptions\CreateSubscriptionTest\assertSubscription(), color, and Sabre\DAVServerTest\request().
Here is the call graph for this function:| Sabre\CalDAV\Subscriptions\CreateSubscriptionTest::testMKCOL | ( | ) |
OS X 10.7 - 10.9.1.
Definition at line 16 of file CreateSubscriptionTest.php.
References $request, $response, Sabre\CalDAV\Subscriptions\CreateSubscriptionTest\assertSubscription(), color, and Sabre\DAVServerTest\request().
Here is the call graph for this function:
|
protected |
Definition at line 10 of file CreateSubscriptionTest.php.
|
protected |
Definition at line 11 of file CreateSubscriptionTest.php.