]> source.dussan.org Git - nextcloud-server.git/commit
Get rid of deprecated at matcher in dav application tests 36026/head
authorCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 5 Jan 2023 17:25:31 +0000 (18:25 +0100)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 5 Jan 2023 17:28:07 +0000 (18:28 +0100)
commit574c6770d18f74c26ec3b72075a52333e6495a7a
tree28f0c760c0664062c2fb34becdaab7b36fea48c2
parentadef2b85c8c8f771d694dedec2c8509694aee149
Get rid of deprecated at matcher in dav application tests

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
32 files changed:
apps/dav/tests/unit/BackgroundJob/CleanupInvitationTokenJobTest.php
apps/dav/tests/unit/BackgroundJob/EventReminderJobTest.php
apps/dav/tests/unit/BackgroundJob/RegisterRegenerateBirthdayCalendarsTest.php
apps/dav/tests/unit/CalDAV/CachedSubscriptionTest.php
apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/EmailProviderTest.php
apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/PushProviderTest.php
apps/dav/tests/unit/CalDAV/Reminder/ReminderServiceTest.php
apps/dav/tests/unit/CalDAV/ResourceBooking/AbstractPrincipalBackendTest.php
apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php
apps/dav/tests/unit/CalDAV/Search/SearchPluginTest.php
apps/dav/tests/unit/CalDAV/WebcalCaching/PluginTest.php
apps/dav/tests/unit/CardDAV/AddressBookImplTest.php
apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php
apps/dav/tests/unit/CardDAV/CardDavBackendTest.php
apps/dav/tests/unit/CardDAV/ImageExportPluginTest.php
apps/dav/tests/unit/CardDAV/SyncServiceTest.php
apps/dav/tests/unit/Command/MoveCalendarTest.php
apps/dav/tests/unit/Connector/Sabre/AuthTest.php
apps/dav/tests/unit/Connector/Sabre/BearerAuthTest.php
apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php
apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php
apps/dav/tests/unit/Connector/Sabre/PrincipalTest.php
apps/dav/tests/unit/Connector/Sabre/TagsPluginTest.php
apps/dav/tests/unit/Controller/InvitationResponseControllerTest.php
apps/dav/tests/unit/DAV/CustomPropertiesBackendTest.php
apps/dav/tests/unit/DAV/GroupPrincipalTest.php
apps/dav/tests/unit/Migration/RefreshWebcalJobRegistrarTest.php
apps/dav/tests/unit/Migration/RemoveDeletedUsersCalendarSubscriptionsTest.php
apps/dav/tests/unit/Provisioning/Apple/AppleProvisioningNodeTest.php
apps/dav/tests/unit/Provisioning/Apple/AppleProvisioningPluginTest.php
apps/dav/tests/unit/Search/EventsSearchProviderTest.php
apps/dav/tests/unit/Upload/ChunkingPluginTest.php