ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
testPostPassThruNotFound () | |
testPostPassThruNotTextCalendar () | |
testPostPassThruNoOutBox () | |
testInvalidIcalBody () | |
testNoVEVENT () | |
testNoMETHOD () | |
testUnsupportedMethod () | |
![]() | |
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 | |
$setupCalDAV = true | |
$setupACL = true | |
$autoLogin = 'user1' | |
$setupCalDAVScheduling = true | |
![]() | |
$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 7 of file OutboxPostTest.php.
Sabre\CalDAV\Schedule\OutboxPostTest::testInvalidIcalBody | ( | ) |
Definition at line 49 of file OutboxPostTest.php.
References $req, and Sabre\HTTP\Sapi\createFromServerArray().
Sabre\CalDAV\Schedule\OutboxPostTest::testNoMETHOD | ( | ) |
Definition at line 87 of file OutboxPostTest.php.
References $req, and Sabre\HTTP\Sapi\createFromServerArray().
Sabre\CalDAV\Schedule\OutboxPostTest::testNoVEVENT | ( | ) |
Definition at line 64 of file OutboxPostTest.php.
References $req, and Sabre\HTTP\Sapi\createFromServerArray().
Sabre\CalDAV\Schedule\OutboxPostTest::testPostPassThruNoOutBox | ( | ) |
Definition at line 37 of file OutboxPostTest.php.
References $req, and Sabre\HTTP\Sapi\createFromServerArray().
Sabre\CalDAV\Schedule\OutboxPostTest::testPostPassThruNotFound | ( | ) |
Definition at line 14 of file OutboxPostTest.php.
References $req, and Sabre\HTTP\Sapi\createFromServerArray().
Sabre\CalDAV\Schedule\OutboxPostTest::testPostPassThruNotTextCalendar | ( | ) |
Definition at line 26 of file OutboxPostTest.php.
References $req, and Sabre\HTTP\Sapi\createFromServerArray().
Sabre\CalDAV\Schedule\OutboxPostTest::testUnsupportedMethod | ( | ) |
Definition at line 110 of file OutboxPostTest.php.
References $req, and Sabre\HTTP\Sapi\createFromServerArray().
|
protected |
Definition at line 11 of file OutboxPostTest.php.
|
protected |
Definition at line 10 of file OutboxPostTest.php.
|
protected |
Definition at line 9 of file OutboxPostTest.php.
|
protected |
Definition at line 12 of file OutboxPostTest.php.