|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Tests related to the MOVE request. More...
Inheritance diagram for Sabre\DAV\HttpMoveTest:
Collaboration diagram for Sabre\DAV\HttpMoveTest:Public Member Functions | |
| setUpTree () | |
| Sets up the DAV tree. More... | |
| testMoveToSelf () | |
| testMove () | |
| testMoveToExisting () | |
| testMoveToExistingOverwriteT () | |
| testMoveToExistingOverwriteF () | |
| testMoveToExistingBlockedDeleteSource () | |
| If we MOVE to an existing file, but a plugin prevents the original from being deleted, we need to make sure that the server does not delete the destination. More... | |
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... | |
Tests related to the MOVE request.
Definition at line 15 of file HttpMoveTest.php.
| Sabre\DAV\HttpMoveTest::setUpTree | ( | ) |
Sets up the DAV tree.
Reimplemented from Sabre\DAVServerTest.
Definition at line 22 of file HttpMoveTest.php.
| Sabre\DAV\HttpMoveTest::testMove | ( | ) |
Definition at line 42 of file HttpMoveTest.php.
References $request, $response, and Sabre\DAVServerTest\request().
Here is the call graph for this function:| Sabre\DAV\HttpMoveTest::testMoveToExisting | ( | ) |
Definition at line 54 of file HttpMoveTest.php.
References $request, $response, and Sabre\DAVServerTest\request().
Here is the call graph for this function:| Sabre\DAV\HttpMoveTest::testMoveToExistingBlockedDeleteSource | ( | ) |
If we MOVE to an existing file, but a plugin prevents the original from being deleted, we need to make sure that the server does not delete the destination.
Definition at line 99 of file HttpMoveTest.php.
References $path, $request, $response, and Sabre\DAVServerTest\request().
Here is the call graph for this function:| Sabre\DAV\HttpMoveTest::testMoveToExistingOverwriteF | ( | ) |
Definition at line 79 of file HttpMoveTest.php.
References $request, $response, and Sabre\DAVServerTest\request().
Here is the call graph for this function:| Sabre\DAV\HttpMoveTest::testMoveToExistingOverwriteT | ( | ) |
Definition at line 66 of file HttpMoveTest.php.
References $request, $response, and Sabre\DAVServerTest\request().
Here is the call graph for this function:| Sabre\DAV\HttpMoveTest::testMoveToSelf | ( | ) |
Definition at line 31 of file HttpMoveTest.php.
References $request, $response, and Sabre\DAVServerTest\request().
Here is the call graph for this function: