|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\DAV\FSExt\ServerTest:
Collaboration diagram for Sabre\DAV\FSExt\ServerTest:Public Member Functions | |
| testGet () | |
| testHEAD () | |
| testPut () | |
| testPutAlreadyExists () | |
| testMkcol () | |
| testPutUpdate () | |
| testDelete () | |
| testDeleteDirectory () | |
| testOptions () | |
| testMove () | |
| testMoveOtherObject () | |
| This test checks if it's possible to move a non-FSExt collection into a FSExt collection. More... | |
Public Member Functions inherited from Sabre\DAV\AbstractServer | |
| setUp () | |
| tearDown () | |
Protected Member Functions | |
| getRootNode () | |
| getRootNode () | |
Additional Inherited Members | |
Protected Attributes inherited from Sabre\DAV\AbstractServer | |
| $response | |
| $request | |
| $server | |
| $tempDir = SABRE_TEMPDIR | |
Definition at line 10 of file ServerTest.php.
|
protected |
Reimplemented from Sabre\DAV\AbstractServer.
Definition at line 12 of file ServerTest.php.
| Sabre\DAV\FSExt\ServerTest::testDelete | ( | ) |
Definition at line 132 of file ServerTest.php.
References Sabre\DAV\AbstractServer\$request, and Sabre\DAV\Version\VERSION.
| Sabre\DAV\FSExt\ServerTest::testDeleteDirectory | ( | ) |
Definition at line 149 of file ServerTest.php.
References Sabre\DAV\AbstractServer\$request, and Sabre\DAV\Version\VERSION.
| Sabre\DAV\FSExt\ServerTest::testGet | ( | ) |
Definition at line 18 of file ServerTest.php.
References $filename, Sabre\DAV\AbstractServer\$request, Sabre\HTTP\Util\toHTTPDate(), and Sabre\DAV\Version\VERSION.
Here is the call graph for this function:| Sabre\DAV\FSExt\ServerTest::testHEAD | ( | ) |
Definition at line 41 of file ServerTest.php.
References $filename, Sabre\DAV\AbstractServer\$request, Sabre\HTTP\Util\toHTTPDate(), and Sabre\DAV\Version\VERSION.
Here is the call graph for this function:| Sabre\DAV\FSExt\ServerTest::testMkcol | ( | ) |
Definition at line 100 of file ServerTest.php.
References Sabre\DAV\AbstractServer\$request, and Sabre\DAV\Version\VERSION.
| Sabre\DAV\FSExt\ServerTest::testMove | ( | ) |
Definition at line 188 of file ServerTest.php.
References Sabre\DAV\AbstractServer\$request, and Sabre\DAV\Version\VERSION.
| Sabre\DAV\FSExt\ServerTest::testMoveOtherObject | ( | ) |
This test checks if it's possible to move a non-FSExt collection into a FSExt collection.
The moveInto function should ignore the object and let sabredav itself execute the slow move.
Definition at line 218 of file ServerTest.php.
References Sabre\DAV\AbstractServer\$request, $tree, and Sabre\DAV\Version\VERSION.
| Sabre\DAV\FSExt\ServerTest::testOptions | ( | ) |
Definition at line 168 of file ServerTest.php.
References Sabre\DAV\AbstractServer\$request, and Sabre\DAV\Version\VERSION.
| Sabre\DAV\FSExt\ServerTest::testPut | ( | ) |
Definition at line 63 of file ServerTest.php.
References $filename, Sabre\DAV\AbstractServer\$request, and Sabre\DAV\Version\VERSION.
| Sabre\DAV\FSExt\ServerTest::testPutAlreadyExists | ( | ) |
Definition at line 83 of file ServerTest.php.
References Sabre\DAV\AbstractServer\$request, and Sabre\DAV\Version\VERSION.
| Sabre\DAV\FSExt\ServerTest::testPutUpdate | ( | ) |
Definition at line 117 of file ServerTest.php.
References Sabre\DAV\AbstractServer\$request.