aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/DAV/HookManagerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-281-27/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(admin_audit): Migrate to non-deprecated IEventDispatcherJoas Schilling2023-07-041-9/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(dav): Add void return type to test methodsChristoph Wurst2023-01-201-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Delete calendar subscriptions as well when deleting userThomas Citharel2021-08-131-22/+27
| | | | | | Closes #28418 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Make default calendar only contain VEVENTSThomas Citharel2021-06-251-2/+4
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Always provide theme color for default personal calendarThomas Citharel2021-06-251-6/+36
| | | | | | Before this calendar-color wasn't defined for default calendar Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵Morris Jobke2020-08-121-17/+17
| | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-2/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add event dispatcher to OCPChristoph Wurst2019-06-251-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersMorris Jobke2017-11-061-0/+6
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use ::class in test mocks of dav appMorris Jobke2017-10-261-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove unused use statementsMorris Jobke2017-04-221-2/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Test fixJohn Molakvoæ (skjnldsv)2017-02-141-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* update unit testsBjoern Schiessle2016-11-211-4/+9
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Introduce an event for first time login based on the last login time stampThomas Müller2016-11-141-6/+3
| | | | | | | | | | | | Use firstLogin event to trigger creation of default calendar and default address book Delay login of admin user after setup so that firstLogin event can properly be processed for the admin Fixing tests ... Skeleton files are not copied over -> only 3 cache entries are remaining Use updateLastLoginTimestamp to properly setup lastLogin value for a test user
* Rename deleteAllSharesForUser() to deleteAllSharesByUser()Thomas Citharel2016-09-281-1/+1
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add IL10N to unit testLukas Reschke2016-09-271-0/+15
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* fix deletion of calendarsThomas Citharel2016-09-271-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* delete shares to an userThomas Citharel2016-09-271-0/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Adjust delete logic and ann unit testsThomas Müller2016-09-271-15/+57
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* more efficient check if addressbook and calendar exists for userRobin Appelman2016-08-311-12/+6
|
* Fix apps/Joas Schilling2016-07-211-2/+3
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Update DAV unit tests to PSR-4Joas Schilling2016-05-251-0/+152