|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\DAV\HTTPPreferParsingTest:
Collaboration diagram for Sabre\DAV\HTTPPreferParsingTest:Public Member Functions | |
| testParseSimple () | |
| testParseValue () | |
| testParseMultiple () | |
| testParseWeirdValue () | |
| testBrief () | |
| testpropfindMinimal () | |
| propfindMinimal More... | |
| testproppatchMinimal () | |
| testproppatchMinimalError () | |
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) | |
Additional Inherited Members | |
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 7 of file HTTPPreferParsingTest.php.
| Sabre\DAV\HTTPPreferParsingTest::testBrief | ( | ) |
Definition at line 82 of file HTTPPreferParsingTest.php.
References Sabre\DAVServerTest\$server, and Sabre\HTTP\Sapi\createFromServerArray().
Here is the call graph for this function:| Sabre\DAV\HTTPPreferParsingTest::testParseMultiple | ( | ) |
Definition at line 45 of file HTTPPreferParsingTest.php.
References Sabre\DAVServerTest\$server, and Sabre\HTTP\Sapi\createFromServerArray().
Here is the call graph for this function:| Sabre\DAV\HTTPPreferParsingTest::testParseSimple | ( | ) |
Definition at line 9 of file HTTPPreferParsingTest.php.
References Sabre\DAVServerTest\$server, and Sabre\HTTP\Sapi\createFromServerArray().
Here is the call graph for this function:| Sabre\DAV\HTTPPreferParsingTest::testParseValue | ( | ) |
Definition at line 27 of file HTTPPreferParsingTest.php.
References Sabre\DAVServerTest\$server, and Sabre\HTTP\Sapi\createFromServerArray().
Here is the call graph for this function:| Sabre\DAV\HTTPPreferParsingTest::testParseWeirdValue | ( | ) |
Definition at line 63 of file HTTPPreferParsingTest.php.
References Sabre\DAVServerTest\$server, and Sabre\HTTP\Sapi\createFromServerArray().
Here is the call graph for this function:| Sabre\DAV\HTTPPreferParsingTest::testpropfindMinimal | ( | ) |
propfindMinimal
Definition at line 105 of file HTTPPreferParsingTest.php.
References $request, $response, Sabre\HTTP\Sapi\createFromServerArray(), and Sabre\DAVServerTest\request().
Here is the call graph for this function:| Sabre\DAV\HTTPPreferParsingTest::testproppatchMinimal | ( | ) |
Definition at line 134 of file HTTPPreferParsingTest.php.
References $path, $request, $response, Sabre\DAV\PropPatch\handle(), and Sabre\DAVServerTest\request().
Here is the call graph for this function:| Sabre\DAV\HTTPPreferParsingTest::testproppatchMinimalError | ( | ) |
Definition at line 164 of file HTTPPreferParsingTest.php.
References $request, $response, and Sabre\DAVServerTest\request().
Here is the call graph for this function: