|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\DAV\PropertyStorage\PluginTest:
Collaboration diagram for Sabre\DAV\PropertyStorage\PluginTest:Public Member Functions | |
| setUp () | |
| testGetInfo () | |
| testSetProperty () | |
| testGetProperty () | |
| @depends testSetProperty More... | |
| testDeleteProperty () | |
| @depends testSetProperty More... | |
| testMove () | |
| testSetPropertyInFilteredPath () | |
| @depends testDeleteProperty More... | |
| testGetPropertyInFilteredPath () | |
| @depends testSetPropertyInFilteredPath 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) | |
Protected Attributes | |
| $backend | |
| $plugin | |
| $setupFiles = 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 5 of file PluginTest.php.
| Sabre\DAV\PropertyStorage\PluginTest::setUp | ( | ) |
Reimplemented from Sabre\DAVServerTest.
Definition at line 12 of file PluginTest.php.
| Sabre\DAV\PropertyStorage\PluginTest::testDeleteProperty | ( | ) |
@depends testSetProperty
Definition at line 61 of file PluginTest.php.
References Sabre\DAV\PropertyStorage\PluginTest\testSetProperty().
Here is the call graph for this function:| Sabre\DAV\PropertyStorage\PluginTest::testGetInfo | ( | ) |
Definition at line 24 of file PluginTest.php.
| Sabre\DAV\PropertyStorage\PluginTest::testGetProperty | ( | ) |
@depends testSetProperty
Definition at line 47 of file PluginTest.php.
References $result, and Sabre\DAV\PropertyStorage\PluginTest\testSetProperty().
Here is the call graph for this function:| Sabre\DAV\PropertyStorage\PluginTest::testGetPropertyInFilteredPath | ( | ) |
@depends testSetPropertyInFilteredPath
Definition at line 109 of file PluginTest.php.
References $result, and Sabre\DAV\PropertyStorage\PluginTest\testSetPropertyInFilteredPath().
Here is the call graph for this function:| Sabre\DAV\PropertyStorage\PluginTest::testMove | ( | ) |
Definition at line 69 of file PluginTest.php.
| Sabre\DAV\PropertyStorage\PluginTest::testSetProperty | ( | ) |
Definition at line 33 of file PluginTest.php.
Referenced by Sabre\DAV\PropertyStorage\PluginTest\testDeleteProperty(), and Sabre\DAV\PropertyStorage\PluginTest\testGetProperty().
Here is the caller graph for this function:| Sabre\DAV\PropertyStorage\PluginTest::testSetPropertyInFilteredPath | ( | ) |
@depends testDeleteProperty
Definition at line 93 of file PluginTest.php.
References $path.
Referenced by Sabre\DAV\PropertyStorage\PluginTest\testGetPropertyInFilteredPath().
Here is the caller graph for this function:
|
protected |
Definition at line 7 of file PluginTest.php.
|
protected |
Definition at line 8 of file PluginTest.php.
|
protected |
Definition at line 10 of file PluginTest.php.