|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\DAV\SyncTokenPropertyTest:
Collaboration diagram for Sabre\DAV\SyncTokenPropertyTest:Public Member Functions | |
| testAlreadyThere1 ($name, $value) | |
| The assumption in these tests is that a PROPFIND is going on, and to fetch the sync-token, the event handler is just able to use the existing result. More... | |
| testRefetch ($name, $value) | |
| In these test-cases, the plugin is forced to do a local propfind to fetch the items. More... | |
| testNoData () | |
| data () | |
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) | |
Additional Inherited Members | |
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 SyncTokenPropertyTest.php.
| Sabre\DAV\SyncTokenPropertyTest::data | ( | ) |
Definition at line 87 of file SyncTokenPropertyTest.php.
| Sabre\DAV\SyncTokenPropertyTest::testAlreadyThere1 | ( | $name, | |
| $value | |||
| ) |
The assumption in these tests is that a PROPFIND is going on, and to fetch the sync-token, the event handler is just able to use the existing result.
| string | $name | |
| mixed | $value |
@dataProvider data
Definition at line 17 of file SyncTokenPropertyTest.php.
References $name.
| Sabre\DAV\SyncTokenPropertyTest::testNoData | ( | ) |
Definition at line 64 of file SyncTokenPropertyTest.php.
| Sabre\DAV\SyncTokenPropertyTest::testRefetch | ( | $name, | |
| $value | |||
| ) |
In these test-cases, the plugin is forced to do a local propfind to fetch the items.
| string | $name | |
| mixed | $value |
@dataProvider data
Definition at line 41 of file SyncTokenPropertyTest.php.
References $name.