aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Command/MoveCalendarTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore(dav): Add void return type to test methodsChristoph Wurst2023-01-201-8/+8
* Get rid of deprecated at matcher in dav application testsCôme Chilliet2023-01-051-119/+116
* Move calendar objects between calendars instead of deleting and recreating themAnna Larch2022-03-161-7/+14
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+2
* Fix MoveCalendarTestRoeland Jago Douma2020-12-071-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-4/+4
* Use assertStringContainsString instead of assertContains on stringsMorris Jobke2020-07-231-4/+4
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-21/+11
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* Update license headersChristoph Wurst2019-12-051-7/+12
* Mode to modern phpunitRoeland Jago Douma2019-11-271-9/+10
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+0
* Handle moving calendar to an user who already has the shareThomas Citharel2019-01-161-27/+87
* Don't check group shares if shareWithGroupMembersOnly is falseThomas Citharel2019-01-161-21/+37
* add list-calendars commandGeorg Ehrke2019-01-161-9/+239
* Add command to move a calendar from an user to anotherThomas Citharel2019-01-161-0/+121