ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
setUp () | |
testCollectionGet () | |
testCollectionGetIfNoneMatch () | |
Adding the If-None-Match should have 0 effect, but it threw an error. More... | |
testCollectionGetRoot () | |
testGETPassthru () | |
testPostOtherContentType () | |
testPostNoSabreAction () | |
testPostMkCol () | |
testGetAsset () | |
testGetAsset404 () | |
testGetAssetEscapeBasePath () | |
![]() | |
setUp () | |
tearDown () | |
Protected Attributes | |
$plugin | |
![]() | |
$response | |
$request | |
$server | |
$tempDir = SABRE_TEMPDIR | |
Additional Inherited Members | |
![]() | |
getRootNode () | |
Definition at line 10 of file PluginTest.php.
Sabre\DAV\Browser\PluginTest::setUp | ( | ) |
Reimplemented from Sabre\DAV\AbstractServer.
Definition at line 14 of file PluginTest.php.
Sabre\DAV\Browser\PluginTest::testCollectionGet | ( | ) |
Definition at line 22 of file PluginTest.php.
References Sabre\DAV\AbstractServer\$request, and Sabre\DAV\Version\VERSION.
Sabre\DAV\Browser\PluginTest::testCollectionGetIfNoneMatch | ( | ) |
Adding the If-None-Match should have 0 effect, but it threw an error.
Definition at line 47 of file PluginTest.php.
References Sabre\DAV\AbstractServer\$request, and Sabre\DAV\Version\VERSION.
Sabre\DAV\Browser\PluginTest::testCollectionGetRoot | ( | ) |
Definition at line 69 of file PluginTest.php.
References Sabre\DAV\AbstractServer\$request, and Sabre\DAV\Version\VERSION.
Sabre\DAV\Browser\PluginTest::testGetAsset | ( | ) |
Definition at line 150 of file PluginTest.php.
References Sabre\DAV\AbstractServer\$request, and Sabre\DAV\Version\VERSION.
Sabre\DAV\Browser\PluginTest::testGetAsset404 | ( | ) |
Definition at line 167 of file PluginTest.php.
References Sabre\DAV\AbstractServer\$request.
Sabre\DAV\Browser\PluginTest::testGetAssetEscapeBasePath | ( | ) |
Definition at line 177 of file PluginTest.php.
References Sabre\DAV\AbstractServer\$request.
Sabre\DAV\Browser\PluginTest::testGETPassthru | ( | ) |
Definition at line 92 of file PluginTest.php.
References Sabre\DAV\AbstractServer\$request, and Sabre\DAV\AbstractServer\$response.
Sabre\DAV\Browser\PluginTest::testPostMkCol | ( | ) |
Definition at line 123 of file PluginTest.php.
References Sabre\DAV\AbstractServer\$request, Sabre\HTTP\Sapi\createFromServerArray(), and Sabre\DAV\Version\VERSION.
Sabre\DAV\Browser\PluginTest::testPostNoSabreAction | ( | ) |
Definition at line 112 of file PluginTest.php.
References Sabre\DAV\AbstractServer\$request.
Sabre\DAV\Browser\PluginTest::testPostOtherContentType | ( | ) |
Definition at line 102 of file PluginTest.php.
References Sabre\DAV\AbstractServer\$request.
|
protected |
Definition at line 12 of file PluginTest.php.