summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/CardDAV/SyncServiceTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7075 from nextcloud/remove-unused-variablesRoeland Jago Douma2017-11-071-1/+1
|\ | | | | Remove unused variables
| * Remove unused variablesMorris Jobke2017-11-061-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Update license headersMorris Jobke2017-11-061-1/+2
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use ::class in test mocksMorris Jobke2017-10-241-10/+11
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* adjust existing testsBjoern Schiessle2017-04-111-4/+4
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* fix testsBjoern Schiessle2017-03-241-1/+2
| | | | | | calling getAbsoluteBundlePath() in the constructor makes other tests fail Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* don't add empty values to the vcardBjoern Schiessle2017-03-241-37/+37
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* update unit testsBjoern Schiessle2016-11-211-4/+46
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Update sabre dav to 3.2 (#26115)Thomas Müller2016-11-041-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | * Update sabre/dav to 3.2.0 * Adjust code to work with sabre/dav 3.2.0 and it's dependencies * Adding own CalDAV plugin to fix calendar home property * Test if there is a user logged in when listing files home * Update sabre version used by integration tests * Disable unauthenticated DAV access This is needed to make Sabre 3.2 behave like we did before. Eventually we should integrate better with the ACL plugin which itself should implement an auth failure when appropriate. ===== * Fixed so cherry-pick was succesfull Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix apps/Joas Schilling2016-07-211-2/+4
|
* Fix PHPUnit 5.4 warnings in DAV appRoeland Jago Douma2016-07-151-1/+4
| | | | * getMock is deprecated
* Update license headersLukas Reschke2016-05-261-1/+2
|
* Update DAV unit tests to PSR-4Joas Schilling2016-05-251-0/+145