nextcloud-server/apps/dav/tests/unit/CardDAV
Mattia Narducci b55c62c6c2 dav: fix birthday calendar event generation for leap days
Fix generation of birthday calendar events for the 29th of February.

A recurring event for the 29th of February in the (default) Gregorian
calendar system would only generate instances in leap years. Fix this
behaviour by generating recurring events for the last day of February,
the 29th on leap years and the 28th otherwise.

Signed-off-by: Mattia Narducci <mattianarducci1@gmail.com>
2023-02-06 19:11:46 +07:00
..
Activity chore(dav): Add void return type to test methods 2023-01-20 08:38:43 +07:00
Sharing chore(dav): Add void return type to test methods 2023-01-20 08:38:43 +07:00
AddressBookImplTest.php chore(dav): Add void return type to test methods 2023-01-20 08:38:43 +07:00
AddressBookTest.php chore(dav): Add void return type to test methods 2023-01-20 08:38:43 +07:00
BirthdayServiceTest.php dav: fix birthday calendar event generation for leap days 2023-02-06 19:11:46 +07:00
CardDavBackendTest.php chore(dav): Add void return type to test methods 2023-01-20 08:38:43 +07:00
ContactsManagerTest.php chore(dav): Add void return type to test methods 2023-01-20 08:38:43 +07:00
ConverterTest.php chore(dav): Add void return type to test methods 2023-01-20 08:38:43 +07:00
ImageExportPluginTest.php chore(dav): Add void return type to test methods 2023-01-20 08:38:43 +07:00
SyncServiceTest.php chore(dav): Add void return type to test methods 2023-01-20 08:38:43 +07:00