|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\DAV\Sharing\PluginTest:
Collaboration diagram for Sabre\DAV\Sharing\PluginTest:Public Member Functions | |
| setUpTree () | |
| Override this to provide your own Tree for your test-case. More... | |
| testFeatures () | |
| testProperties () | |
| testGetPluginInfo () | |
| testHtmlActionsPanel () | |
| testBrowserPostActionUnknownAction () | |
| testBrowserPostActionSuccess () | |
| testBrowserPostActionNoHref () | |
| @expectedException \Sabre\DAV\Exception\BadRequest More... | |
| testBrowserPostActionNoAccess () | |
| @expectedException \Sabre\DAV\Exception\BadRequest More... | |
| testBrowserPostActionBadAccess () | |
| @expectedException \Sabre\DAV\Exception\BadRequest More... | |
| testBrowserPostActionAccessDenied () | |
| @expectedException \Sabre\DAV\Exception\Forbidden 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 | |
| $setupSharing = true | |
| $setupACL = true | |
| $autoLogin = 'admin' | |
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 8 of file PluginTest.php.
| Sabre\DAV\Sharing\PluginTest::setUpTree | ( | ) |
Override this to provide your own Tree for your test-case.
Reimplemented from Sabre\DAVServerTest.
Definition at line 14 of file PluginTest.php.
References Sabre\DAV\Sharing\Plugin\ACCESS_READWRITE.
| Sabre\DAV\Sharing\PluginTest::testBrowserPostActionAccessDenied | ( | ) |
@expectedException \Sabre\DAV\Exception\Forbidden
Definition at line 176 of file PluginTest.php.
| Sabre\DAV\Sharing\PluginTest::testBrowserPostActionBadAccess | ( | ) |
@expectedException \Sabre\DAV\Exception\BadRequest
Definition at line 160 of file PluginTest.php.
| Sabre\DAV\Sharing\PluginTest::testBrowserPostActionNoAccess | ( | ) |
@expectedException \Sabre\DAV\Exception\BadRequest
Definition at line 144 of file PluginTest.php.
| Sabre\DAV\Sharing\PluginTest::testBrowserPostActionNoHref | ( | ) |
@expectedException \Sabre\DAV\Exception\BadRequest
Definition at line 129 of file PluginTest.php.
| Sabre\DAV\Sharing\PluginTest::testBrowserPostActionSuccess | ( | ) |
Definition at line 101 of file PluginTest.php.
References Sabre\DAV\Sharing\Plugin\ACCESS_READ, and Sabre\DAV\Sharing\Plugin\INVITE_NORESPONSE.
| Sabre\DAV\Sharing\PluginTest::testBrowserPostActionUnknownAction | ( | ) |
Definition at line 91 of file PluginTest.php.
| Sabre\DAV\Sharing\PluginTest::testFeatures | ( | ) |
Definition at line 23 of file PluginTest.php.
| Sabre\DAV\Sharing\PluginTest::testGetPluginInfo | ( | ) |
Definition at line 56 of file PluginTest.php.
References $result.
| Sabre\DAV\Sharing\PluginTest::testHtmlActionsPanel | ( | ) |
Definition at line 64 of file PluginTest.php.
References $html, and Sabre\DAV\Sharing\Plugin\ACCESS_SHAREDOWNER.
| Sabre\DAV\Sharing\PluginTest::testProperties | ( | ) |
Definition at line 32 of file PluginTest.php.
References $result, and Sabre\DAV\Sharing\Plugin\ACCESS_READWRITE.
|
protected |
Definition at line 12 of file PluginTest.php.
|
protected |
Definition at line 11 of file PluginTest.php.
|
protected |
Definition at line 10 of file PluginTest.php.