aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Controller/UpcomingEventsControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* test: Migrate remaining DAV tests to PHPUnit 10Joas Schilling2025-05-281-4/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* feat(dav): Add an API for upcoming eventsChristoph Wurst2024-08-131-0/+74
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>