ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
setUp () | |
testGetInfo () | |
setUpTree () | |
Override this to provide your own Tree for your test-case. More... | |
testSupportedReportSet () | |
testGetSyncToken () | |
testSyncInitialSyncCollection () | |
testSubsequentSyncSyncCollection () | |
testSubsequentSyncSyncCollectionLimit () | |
testSubsequentSyncSyncCollectionDepthFallBack () | |
testSyncNoSyncInfo () | |
testSyncNoSyncCollection () | |
testSyncInvalidToken () | |
testSyncInvalidTokenNoPrefix () | |
testSyncNoSyncToken () | |
testSyncNoProp () | |
testIfConditions () | |
testIfConditionsNot () | |
testIfConditionsNoSyncToken () | |
![]() | |
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 | |
$collection | |
![]() | |
$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 10 of file PluginTest.php.
Sabre\DAV\Sync\PluginTest::setUp | ( | ) |
Reimplemented from Sabre\DAVServerTest.
Definition at line 14 of file PluginTest.php.
Sabre\DAV\Sync\PluginTest::setUpTree | ( | ) |
Override this to provide your own Tree for your test-case.
Reimplemented from Sabre\DAVServerTest.
Definition at line 30 of file PluginTest.php.
References Sabre\DAV\Sync\PluginTest\$collection.
Sabre\DAV\Sync\PluginTest::testGetInfo | ( | ) |
Definition at line 21 of file PluginTest.php.
Sabre\DAV\Sync\PluginTest::testGetSyncToken | ( | ) |
Definition at line 57 of file PluginTest.php.
References $result.
Sabre\DAV\Sync\PluginTest::testIfConditions | ( | ) |
Definition at line 476 of file PluginTest.php.
References $request, $response, Sabre\HTTP\Sapi\createFromServerArray(), and Sabre\DAVServerTest\request().
Sabre\DAV\Sync\PluginTest::testIfConditionsNoSyncToken | ( | ) |
Definition at line 510 of file PluginTest.php.
References $request, $response, Sabre\HTTP\Sapi\createFromServerArray(), and Sabre\DAVServerTest\request().
Sabre\DAV\Sync\PluginTest::testIfConditionsNot | ( | ) |
Definition at line 493 of file PluginTest.php.
References $request, $response, Sabre\HTTP\Sapi\createFromServerArray(), and Sabre\DAVServerTest\request().
Sabre\DAV\Sync\PluginTest::testSubsequentSyncSyncCollection | ( | ) |
Definition at line 132 of file PluginTest.php.
References $request, $response, Sabre\HTTP\Sapi\createFromServerArray(), ILIAS\FileDelivery\http(), and Sabre\DAVServerTest\request().
Sabre\DAV\Sync\PluginTest::testSubsequentSyncSyncCollectionDepthFallBack | ( | ) |
Definition at line 243 of file PluginTest.php.
References $request, $response, Sabre\HTTP\Sapi\createFromServerArray(), ILIAS\FileDelivery\http(), and Sabre\DAVServerTest\request().
Sabre\DAV\Sync\PluginTest::testSubsequentSyncSyncCollectionLimit | ( | ) |
Definition at line 191 of file PluginTest.php.
References $request, $response, Sabre\HTTP\Sapi\createFromServerArray(), ILIAS\FileDelivery\http(), and Sabre\DAVServerTest\request().
Sabre\DAV\Sync\PluginTest::testSupportedReportSet | ( | ) |
Definition at line 44 of file PluginTest.php.
References $result.
Sabre\DAV\Sync\PluginTest::testSyncInitialSyncCollection | ( | ) |
Definition at line 75 of file PluginTest.php.
References $request, $response, and Sabre\DAVServerTest\request().
Sabre\DAV\Sync\PluginTest::testSyncInvalidToken | ( | ) |
Definition at line 362 of file PluginTest.php.
References $request, $response, Sabre\HTTP\Sapi\createFromServerArray(), ILIAS\FileDelivery\http(), and Sabre\DAVServerTest\request().
Sabre\DAV\Sync\PluginTest::testSyncInvalidTokenNoPrefix | ( | ) |
Definition at line 391 of file PluginTest.php.
References $request, $response, Sabre\HTTP\Sapi\createFromServerArray(), and Sabre\DAVServerTest\request().
Sabre\DAV\Sync\PluginTest::testSyncNoProp | ( | ) |
Definition at line 449 of file PluginTest.php.
References $request, $response, Sabre\HTTP\Sapi\createFromServerArray(), and Sabre\DAVServerTest\request().
Sabre\DAV\Sync\PluginTest::testSyncNoSyncCollection | ( | ) |
Definition at line 333 of file PluginTest.php.
References $request, $response, Sabre\HTTP\Sapi\createFromServerArray(), and Sabre\DAVServerTest\request().
Sabre\DAV\Sync\PluginTest::testSyncNoSyncInfo | ( | ) |
Definition at line 304 of file PluginTest.php.
References $request, $response, Sabre\HTTP\Sapi\createFromServerArray(), and Sabre\DAVServerTest\request().
Sabre\DAV\Sync\PluginTest::testSyncNoSyncToken | ( | ) |
Definition at line 421 of file PluginTest.php.
References $request, $response, Sabre\HTTP\Sapi\createFromServerArray(), and Sabre\DAVServerTest\request().
|
protected |
Definition at line 12 of file PluginTest.php.
Referenced by Sabre\DAV\Sync\PluginTest\setUpTree().