]> source.dussan.org Git - nextcloud-server.git/commit
Make phpunit8 compatible
authorRoeland Jago Douma <roeland@famdouma.nl>
Thu, 21 Nov 2019 15:40:38 +0000 (16:40 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Wed, 27 Nov 2019 12:34:41 +0000 (13:34 +0100)
commitc007ca624f4a95e1a491221d425fcb2fa6e5589a
treeb60aa133b438eb116ac3579283aa8a7967efd12b
parente0f32814e33f9ebb8c42744611048cbfac1eb588
Make phpunit8 compatible

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
679 files changed:
apps/admin_audit/tests/Actions/SecurityTest.php
apps/comments/tests/Unit/Activity/ListenerTest.php
apps/comments/tests/Unit/AppInfo/ApplicationTest.php
apps/comments/tests/Unit/Collaboration/CommentersSorterTest.php
apps/comments/tests/Unit/Controller/NotificationsTest.php
apps/comments/tests/Unit/EventHandlerTest.php
apps/comments/tests/Unit/JSSettingsHelperTest.php
apps/comments/tests/Unit/Notification/ListenerTest.php
apps/comments/tests/Unit/Notification/NotifierTest.php
apps/dav/tests/unit/Avatars/AvatarHomeTest.php
apps/dav/tests/unit/BackgroundJob/CleanupInvitationTokenJobTest.php
apps/dav/tests/unit/BackgroundJob/EventReminderJobTest.php
apps/dav/tests/unit/BackgroundJob/GenerateBirthdayCalendarBackgroundJobTest.php
apps/dav/tests/unit/BackgroundJob/RefreshWebcalJobTest.php
apps/dav/tests/unit/BackgroundJob/RegisterRegenerateBirthdayCalendarsTest.php
apps/dav/tests/unit/BackgroundJob/UpdateCalendarResourcesRoomsBackgroundJobTest.php
apps/dav/tests/unit/CalDAV/AbstractCalDavBackend.php
apps/dav/tests/unit/CalDAV/Activity/BackendTest.php
apps/dav/tests/unit/CalDAV/Activity/Filter/CalendarTest.php
apps/dav/tests/unit/CalDAV/Activity/Filter/TodoTest.php
apps/dav/tests/unit/CalDAV/Activity/Provider/BaseTest.php
apps/dav/tests/unit/CalDAV/BirthdayCalendar/EnablePluginTest.php
apps/dav/tests/unit/CalDAV/CalendarHomeTest.php
apps/dav/tests/unit/CalDAV/CalendarImplTest.php
apps/dav/tests/unit/CalDAV/CalendarManagerTest.php
apps/dav/tests/unit/CalDAV/CalendarTest.php
apps/dav/tests/unit/CalDAV/OutboxTest.php
apps/dav/tests/unit/CalDAV/PluginTest.php
apps/dav/tests/unit/CalDAV/PublicCalendarRootTest.php
apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php
apps/dav/tests/unit/CalDAV/Reminder/BackendTest.php
apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/AbstractNotificationProviderTest.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/NotificationProviderManagerTest.php
apps/dav/tests/unit/CalDAV/Reminder/NotifierTest.php
apps/dav/tests/unit/CalDAV/Reminder/ReminderServiceTest.php
apps/dav/tests/unit/CalDAV/ResourceBooking/AbstractPrincipalBackendTest.php
apps/dav/tests/unit/CalDAV/ResourceBooking/ResourcePrincipalBackendTest.php
apps/dav/tests/unit/CalDAV/ResourceBooking/RoomPrincipalBackendTest.php
apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php
apps/dav/tests/unit/CalDAV/Schedule/PluginTest.php
apps/dav/tests/unit/CalDAV/Search/SearchPluginTest.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/ConverterTest.php
apps/dav/tests/unit/CardDAV/ImageExportPluginTest.php
apps/dav/tests/unit/CardDAV/Sharing/PluginTest.php
apps/dav/tests/unit/Command/ListCalendarsTest.php
apps/dav/tests/unit/Command/MoveCalendarTest.php
apps/dav/tests/unit/Command/RemoveInvalidSharesTest.php
apps/dav/tests/unit/Comments/CommentsNodeTest.php
apps/dav/tests/unit/Comments/CommentsPluginTest.php
apps/dav/tests/unit/Comments/EntityCollectionTest.php
apps/dav/tests/unit/Comments/EntityTypeCollectionTest.php
apps/dav/tests/unit/Comments/RootCollectionTest.php
apps/dav/tests/unit/Connector/PublicAuthTest.php
apps/dav/tests/unit/Connector/Sabre/AuthTest.php
apps/dav/tests/unit/Connector/Sabre/BearerAuthTest.php
apps/dav/tests/unit/Connector/Sabre/BlockLegacyClientPluginTest.php
apps/dav/tests/unit/Connector/Sabre/CommentsPropertiesPluginTest.php
apps/dav/tests/unit/Connector/Sabre/CopyEtagHeaderPluginTest.php
apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php
apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php
apps/dav/tests/unit/Connector/Sabre/DummyGetResponsePluginTest.php
apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php
apps/dav/tests/unit/Connector/Sabre/FileTest.php
apps/dav/tests/unit/Connector/Sabre/FilesPluginTest.php
apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php
apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php
apps/dav/tests/unit/Connector/Sabre/PrincipalTest.php
apps/dav/tests/unit/Connector/Sabre/RequestTest/PartFileInRootUploadTest.php
apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTestCase.php
apps/dav/tests/unit/Connector/Sabre/SharesPluginTest.php
apps/dav/tests/unit/Connector/Sabre/TagsPluginTest.php
apps/dav/tests/unit/Controller/BirthdayCalendarControllerTest.php
apps/dav/tests/unit/Controller/DirectControllerTest.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/DAV/HookManagerTest.php
apps/dav/tests/unit/DAV/Sharing/PluginTest.php
apps/dav/tests/unit/Direct/DirectFileTest.php
apps/dav/tests/unit/Direct/DirectHomeTest.php
apps/dav/tests/unit/Files/FileSearchBackendTest.php
apps/dav/tests/unit/Files/Sharing/FilesDropPluginTest.php
apps/dav/tests/unit/Migration/CalDAVRemoveEmptyValueTest.php
apps/dav/tests/unit/Migration/RefreshWebcalJobRegistrarTest.php
apps/dav/tests/unit/Migration/RegenerateBirthdayCalendarsTest.php
apps/dav/tests/unit/Provisioning/Apple/AppleProvisioningNodeTest.php
apps/dav/tests/unit/Provisioning/Apple/AppleProvisioningPluginTest.php
apps/dav/tests/unit/Settings/CalDAVSettingsTest.php
apps/dav/tests/unit/SystemTag/SystemTagMappingNodeTest.php
apps/dav/tests/unit/SystemTag/SystemTagNodeTest.php
apps/dav/tests/unit/SystemTag/SystemTagPluginTest.php
apps/dav/tests/unit/SystemTag/SystemTagsByIdCollectionTest.php
apps/dav/tests/unit/SystemTag/SystemTagsObjectMappingCollectionTest.php
apps/dav/tests/unit/SystemTag/SystemTagsObjectTypeCollectionTest.php
apps/dav/tests/unit/Upload/ChunkingPluginTest.php
apps/encryption/tests/Command/TestEnableMasterKey.php
apps/encryption/tests/Controller/RecoveryControllerTest.php
apps/encryption/tests/Controller/SettingsControllerTest.php
apps/encryption/tests/Controller/StatusControllerTest.php
apps/encryption/tests/Crypto/CryptTest.php
apps/encryption/tests/Crypto/DecryptAllTest.php
apps/encryption/tests/Crypto/EncryptAllTest.php
apps/encryption/tests/Crypto/EncryptionTest.php
apps/encryption/tests/HookManagerTest.php
apps/encryption/tests/Hooks/UserHooksTest.php
apps/encryption/tests/KeyManagerTest.php
apps/encryption/tests/RecoveryTest.php
apps/encryption/tests/SessionTest.php
apps/encryption/tests/Settings/AdminTest.php
apps/encryption/tests/Users/SetupTest.php
apps/encryption/tests/UtilTest.php
apps/federatedfilesharing/tests/AddressHandlerTest.php
apps/federatedfilesharing/tests/Controller/MountPublicLinkControllerTest.php
apps/federatedfilesharing/tests/Controller/RequestHandlerControllerTest.php
apps/federatedfilesharing/tests/FederatedShareProviderTest.php
apps/federatedfilesharing/tests/NotificationsTest.php
apps/federatedfilesharing/tests/Settings/AdminTest.php
apps/federatedfilesharing/tests/TestCase.php
apps/federatedfilesharing/tests/TokenHandlerTest.php
apps/federation/tests/BackgroundJob/GetSharedSecretTest.php
apps/federation/tests/BackgroundJob/RequestSharedSecretTest.php
apps/federation/tests/Controller/OCSAuthAPIControllerTest.php
apps/federation/tests/Controller/SettingsControllerTest.php
apps/federation/tests/DbHandlerTest.php
apps/federation/tests/HooksTest.php
apps/federation/tests/Middleware/AddServerMiddlewareTest.php
apps/federation/tests/Settings/AdminTest.php
apps/federation/tests/SyncFederationAddressbooksTest.php
apps/federation/tests/TrustedServersTest.php
apps/files/tests/Activity/ProviderTest.php
apps/files/tests/BackgroundJob/DeleteOrphanedItemsJobTest.php
apps/files/tests/BackgroundJob/ScanFilesTest.php
apps/files/tests/Command/DeleteOrphanedFilesTest.php
apps/files/tests/Controller/ApiControllerTest.php
apps/files/tests/Controller/ViewControllerTest.php
apps/files/tests/Service/TagServiceTest.php
apps/files_external/tests/Auth/Password/GlobalAuth.php
apps/files_external/tests/Config/UserPlaceholderHandlerTest.php
apps/files_external/tests/Controller/AjaxControllerTest.php
apps/files_external/tests/Controller/GlobalStoragesControllerTest.php
apps/files_external/tests/Controller/StoragesControllerTest.php
apps/files_external/tests/Controller/UserStoragesControllerTest.php
apps/files_external/tests/Service/BackendServiceTest.php
apps/files_external/tests/Service/DBConfigServiceTest.php
apps/files_external/tests/Service/GlobalStoragesServiceTest.php
apps/files_external/tests/Service/StoragesServiceTest.php
apps/files_external/tests/Service/UserGlobalStoragesServiceTest.php
apps/files_external/tests/Service/UserStoragesServiceTest.php
apps/files_external/tests/Settings/AdminTest.php
apps/files_external/tests/Settings/SectionTest.php
apps/files_external/tests/Storage/Amazons3Test.php
apps/files_external/tests/Storage/FtpTest.php
apps/files_external/tests/Storage/OwncloudTest.php
apps/files_external/tests/Storage/SFTP_KeyTest.php
apps/files_external/tests/Storage/SftpTest.php
apps/files_external/tests/Storage/SmbTest.php
apps/files_external/tests/Storage/SwiftTest.php
apps/files_external/tests/Storage/WebdavTest.php
apps/files_sharing/tests/ApiTest.php
apps/files_sharing/tests/CacheTest.php
apps/files_sharing/tests/Collaboration/ShareRecipientSorterTest.php
apps/files_sharing/tests/Command/CleanupRemoteStoragesTest.php
apps/files_sharing/tests/Controller/ExternalShareControllerTest.php
apps/files_sharing/tests/Controller/PublicPreviewControllerTest.php
apps/files_sharing/tests/Controller/ShareAPIControllerTest.php
apps/files_sharing/tests/Controller/ShareControllerTest.php
apps/files_sharing/tests/Controller/ShareInfoControllerTest.php
apps/files_sharing/tests/Controller/ShareesAPIControllerTest.php
apps/files_sharing/tests/DeleteOrphanedSharesJobTest.php
apps/files_sharing/tests/ExpireSharesJobTest.php
apps/files_sharing/tests/External/CacheTest.php
apps/files_sharing/tests/External/ManagerTest.php
apps/files_sharing/tests/External/ScannerTest.php
apps/files_sharing/tests/LockingTest.php
apps/files_sharing/tests/Middleware/OCSShareAPIMiddlewareTest.php
apps/files_sharing/tests/Middleware/ShareInfoMiddlewareTest.php
apps/files_sharing/tests/Middleware/SharingCheckMiddlewareTest.php
apps/files_sharing/tests/Migration/SetPasswordColumnTest.php
apps/files_sharing/tests/MountProviderTest.php
apps/files_sharing/tests/PermissionsTest.php
apps/files_sharing/tests/PropagationTestCase.php
apps/files_sharing/tests/ShareTest.php
apps/files_sharing/tests/SharedMountTest.php
apps/files_sharing/tests/SharedStorageTest.php
apps/files_sharing/tests/TestCase.php
apps/files_sharing/tests/UnshareChildrenTest.php
apps/files_sharing/tests/UpdaterTest.php
apps/files_sharing/tests/WatcherTest.php
apps/files_trashbin/tests/CapabilitiesTest.php
apps/files_trashbin/tests/Command/CleanUpTest.php
apps/files_trashbin/tests/Controller/PreviewControllerTest.php
apps/files_trashbin/tests/StorageTest.php
apps/files_trashbin/tests/TrashbinTest.php
apps/files_versions/tests/Command/CleanupTest.php
apps/files_versions/tests/Controller/PreviewControllerTest.php
apps/files_versions/tests/VersioningTest.php
apps/oauth2/tests/Controller/LoginRedirectorControllerTest.php
apps/oauth2/tests/Controller/OauthApiControllerTest.php
apps/oauth2/tests/Controller/SettingsControllerTest.php
apps/oauth2/tests/Db/AccessTokenMapperTest.php
apps/oauth2/tests/Db/ClientMapperTest.php
apps/oauth2/tests/Settings/AdminTest.php
apps/provisioning_api/tests/Controller/AppConfigControllerTest.php
apps/provisioning_api/tests/Controller/AppsControllerTest.php
apps/provisioning_api/tests/Controller/GroupsControllerTest.php
apps/provisioning_api/tests/Controller/UsersControllerTest.php
apps/provisioning_api/tests/Middleware/ProvisioningApiMiddlewareTest.php
apps/provisioning_api/tests/TestCase.php
apps/settings/tests/Activity/SecurityFilterTest.php
apps/settings/tests/Activity/SecurityProviderTest.php
apps/settings/tests/Activity/SecuritySettingTest.php
apps/settings/tests/AppInfo/ApplicationTest.php
apps/settings/tests/Controller/AdminSettingsControllerTest.php
apps/settings/tests/Controller/AppSettingsControllerTest.php
apps/settings/tests/Controller/AuthSettingsControllerTest.php
apps/settings/tests/Controller/CertificateControllerTest.php
apps/settings/tests/Controller/CheckSetupControllerTest.php
apps/settings/tests/Controller/MailSettingsControllerTest.php
apps/settings/tests/Controller/TwoFactorSettingsControllerTest.php
apps/settings/tests/Controller/UsersControllerTest.php
apps/settings/tests/Mailer/NewUserMailHelperTest.php
apps/settings/tests/Middleware/SubadminMiddlewareTest.php
apps/settings/tests/Personal/Security/AuthtokensTest.php
apps/settings/tests/Settings/Admin/MailTest.php
apps/settings/tests/Settings/Admin/SecurityTest.php
apps/settings/tests/Settings/Admin/ServerTest.php
apps/settings/tests/Settings/Admin/SharingTest.php
apps/settings/tests/Settings/Personal/SecurityTest.php
apps/sharebymail/tests/CapabilitiesTest.php
apps/sharebymail/tests/SettingsTest.php
apps/sharebymail/tests/ShareByMailProviderTest.php
apps/systemtags/tests/Activity/SettingTest.php
apps/systemtags/tests/Settings/AdminTest.php
apps/theming/tests/CapabilitiesTest.php
apps/theming/tests/Controller/IconControllerTest.php
apps/theming/tests/Controller/ThemingControllerTest.php
apps/theming/tests/IconBuilderTest.php
apps/theming/tests/ImageManagerTest.php
apps/theming/tests/ServicesTest.php
apps/theming/tests/Settings/AdminTest.php
apps/theming/tests/Settings/SectionTest.php
apps/theming/tests/ThemingDefaultsTest.php
apps/theming/tests/UtilTest.php
apps/twofactor_backupcodes/tests/Db/BackupCodeMapperTest.php
apps/twofactor_backupcodes/tests/Service/BackupCodeStorageTest.php
apps/twofactor_backupcodes/tests/Unit/Activity/ProviderTest.php
apps/twofactor_backupcodes/tests/Unit/BackgroundJob/CheckBackupCodeTest.php
apps/twofactor_backupcodes/tests/Unit/BackgroundJob/RememberBackupCodesJobTest.php
apps/twofactor_backupcodes/tests/Unit/Controller/SettingsControllerTest.php
apps/twofactor_backupcodes/tests/Unit/Listener/ActivityPublisherTest.php
apps/twofactor_backupcodes/tests/Unit/Listener/ClearNotificationsTest.php
apps/twofactor_backupcodes/tests/Unit/Listener/ProviderDisabledTest.php
apps/twofactor_backupcodes/tests/Unit/Listener/ProviderEnabledTest.php
apps/twofactor_backupcodes/tests/Unit/Listener/RegistryUpdaterTest.php
apps/twofactor_backupcodes/tests/Unit/Migration/CheckBackupCodeTest.php
apps/twofactor_backupcodes/tests/Unit/Notification/NotifierTest.php
apps/twofactor_backupcodes/tests/Unit/Provider/BackupCodesProviderTest.php
apps/twofactor_backupcodes/tests/Unit/Service/BackupCodeStorageTest.php
apps/updatenotification/tests/Controller/AdminControllerTest.php
apps/updatenotification/tests/Notification/BackgroundJobTest.php
apps/updatenotification/tests/Notification/NotifierTest.php
apps/updatenotification/tests/ResetTokenBackgroundJobTest.php
apps/updatenotification/tests/Settings/AdminTest.php
apps/updatenotification/tests/UpdateCheckerTest.php
apps/user_ldap/tests/AccessTest.php
apps/user_ldap/tests/ConfigurationTest.php
apps/user_ldap/tests/ConnectionTest.php
apps/user_ldap/tests/HelperTest.php
apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php
apps/user_ldap/tests/Jobs/SyncTest.php
apps/user_ldap/tests/LDAPProviderTest.php
apps/user_ldap/tests/LDAPTest.php
apps/user_ldap/tests/Migration/AbstractUUIDFixTest.php
apps/user_ldap/tests/Migration/UUIDFixGroupTest.php
apps/user_ldap/tests/Migration/UUIDFixInsertTest.php
apps/user_ldap/tests/Migration/UUIDFixUserTest.php
apps/user_ldap/tests/Settings/AdminTest.php
apps/user_ldap/tests/Settings/SectionTest.php
apps/user_ldap/tests/User/DeletedUsersIndexTest.php
apps/user_ldap/tests/User/ManagerTest.php
apps/user_ldap/tests/User/UserTest.php
apps/user_ldap/tests/User_LDAPTest.php
apps/user_ldap/tests/User_ProxyTest.php
apps/user_ldap/tests/WizardTest.php
apps/workflowengine/tests/Check/RequestRemoteAddressTest.php
apps/workflowengine/tests/Check/RequestTimeTest.php
apps/workflowengine/tests/Check/RequestUserAgentTest.php
apps/workflowengine/tests/ManagerTest.php
tests/Core/Command/Apps/AppsDisableTest.php
tests/Core/Command/Apps/AppsEnableTest.php
tests/Core/Command/Config/App/DeleteConfigTest.php
tests/Core/Command/Config/App/GetConfigTest.php
tests/Core/Command/Config/App/SetConfigTest.php
tests/Core/Command/Config/ImportTest.php
tests/Core/Command/Config/ListConfigsTest.php
tests/Core/Command/Config/System/DeleteConfigTest.php
tests/Core/Command/Config/System/GetConfigTest.php
tests/Core/Command/Config/System/SetConfigTest.php
tests/Core/Command/Encryption/ChangeKeyStorageRootTest.php
tests/Core/Command/Encryption/DecryptAllTest.php
tests/Core/Command/Encryption/DisableTest.php
tests/Core/Command/Encryption/EnableTest.php
tests/Core/Command/Encryption/EncryptAllTest.php
tests/Core/Command/Encryption/SetDefaultModuleTest.php
tests/Core/Command/Group/AddTest.php
tests/Core/Command/Group/AddUserTest.php
tests/Core/Command/Group/DeleteTest.php
tests/Core/Command/Group/ListCommandTest.php
tests/Core/Command/Group/RemoveUserTest.php
tests/Core/Command/Log/FileTest.php
tests/Core/Command/Log/ManageTest.php
tests/Core/Command/Maintenance/DataFingerprintTest.php
tests/Core/Command/Maintenance/Mimetype/UpdateDBTest.php
tests/Core/Command/Maintenance/ModeTest.php
tests/Core/Command/Maintenance/UpdateTheme.php
tests/Core/Command/TwoFactorAuth/CleanupTest.php
tests/Core/Command/TwoFactorAuth/DisableTest.php
tests/Core/Command/TwoFactorAuth/EnableTest.php
tests/Core/Command/TwoFactorAuth/EnforceTest.php
tests/Core/Command/TwoFactorAuth/StateTest.php
tests/Core/Command/User/DeleteTest.php
tests/Core/Command/User/DisableTest.php
tests/Core/Command/User/EnableTest.php
tests/Core/Command/User/LastSeenTest.php
tests/Core/Command/User/SettingTest.php
tests/Core/Controller/AppPasswordControllerTest.php
tests/Core/Controller/AutoCompleteControllerTest.php
tests/Core/Controller/AvatarControllerTest.php
tests/Core/Controller/CSRFTokenControllerTest.php
tests/Core/Controller/ChangePasswordControllerTest.php
tests/Core/Controller/ClientFlowLoginControllerTest.php
tests/Core/Controller/ClientFlowLoginV2ControllerTest.php
tests/Core/Controller/ContactsMenuControllerTest.php
tests/Core/Controller/CssControllerTest.php
tests/Core/Controller/GuestAvatarControllerTest.php
tests/Core/Controller/JsControllerTest.php
tests/Core/Controller/LoginControllerTest.php
tests/Core/Controller/LostControllerTest.php
tests/Core/Controller/NavigationControllerTest.php
tests/Core/Controller/OCSControllerTest.php
tests/Core/Controller/PreviewControllerTest.php
tests/Core/Controller/TwoFactorChallengeControllerTest.php
tests/Core/Controller/UserControllerTest.php
tests/Core/Controller/WipeControllerTest.php
tests/Core/Middleware/TwoFactorMiddlewareTest.php
tests/acceptance/features/core/NextcloudTestServerLocalApacheHelper.php
tests/acceptance/features/core/NextcloudTestServerLocalBuiltInHelper.php
tests/lib/Accounts/AccountsManagerTest.php
tests/lib/Accounts/HooksTest.php
tests/lib/Activity/ManagerTest.php
tests/lib/App/AppManagerTest.php
tests/lib/App/AppStore/Bundles/BundleBase.php
tests/lib/App/AppStore/Bundles/BundleFetcherTest.php
tests/lib/App/AppStore/Bundles/CoreBundleTest.php
tests/lib/App/AppStore/Bundles/EducationBundleTest.php
tests/lib/App/AppStore/Bundles/EnterpriseBundleTest.php
tests/lib/App/AppStore/Bundles/GroupwareBundleTest.php
tests/lib/App/AppStore/Bundles/SocialSharingBundleTest.php
tests/lib/App/AppStore/Fetcher/AppFetcherTest.php
tests/lib/App/AppStore/Fetcher/CategoryFetcherTest.php
tests/lib/App/AppStore/Fetcher/FetcherBase.php
tests/lib/App/AppStore/Version/VersionParserTest.php
tests/lib/App/CodeChecker/InfoCheckerTest.php
tests/lib/App/CompareVersionTest.php
tests/lib/App/DependencyAnalyzerTest.php
tests/lib/App/InfoParserTest.php
tests/lib/AppConfigTest.php
tests/lib/AppFramework/AppTest.php
tests/lib/AppFramework/Controller/AuthPublicShareControllerTest.php
tests/lib/AppFramework/Controller/ControllerTest.php
tests/lib/AppFramework/Controller/PublicShareControllerTest.php
tests/lib/AppFramework/Db/EntityTest.php
tests/lib/AppFramework/Db/MapperTest.php
tests/lib/AppFramework/Db/MapperTestUtility.php
tests/lib/AppFramework/Db/QBMapperTest.php
tests/lib/AppFramework/DependencyInjection/DIContainerTest.php
tests/lib/AppFramework/DependencyInjection/DIIntergrationTests.php
tests/lib/AppFramework/Http/ContentSecurityPolicyTest.php
tests/lib/AppFramework/Http/DataResponseTest.php
tests/lib/AppFramework/Http/DispatcherTest.php
tests/lib/AppFramework/Http/DownloadResponseTest.php
tests/lib/AppFramework/Http/EmptyContentSecurityPolicyTest.php
tests/lib/AppFramework/Http/EmptyFeaturePolicyTest.php
tests/lib/AppFramework/Http/FeaturePolicyTest.php
tests/lib/AppFramework/Http/FileDisplayResponseTest.php
tests/lib/AppFramework/Http/HttpTest.php
tests/lib/AppFramework/Http/JSONResponseTest.php
tests/lib/AppFramework/Http/RedirectResponseTest.php
tests/lib/AppFramework/Http/RequestTest.php
tests/lib/AppFramework/Http/ResponseTest.php
tests/lib/AppFramework/Http/StreamResponseTest.php
tests/lib/AppFramework/Http/TemplateResponseTest.php
tests/lib/AppFramework/Middleware/AdditionalScriptsMiddlewareTest.php
tests/lib/AppFramework/Middleware/MiddlewareDispatcherTest.php
tests/lib/AppFramework/Middleware/MiddlewareTest.php
tests/lib/AppFramework/Middleware/OCSMiddlewareTest.php
tests/lib/AppFramework/Middleware/PublicShare/PublicShareMiddlewareTest.php
tests/lib/AppFramework/Middleware/Security/BruteForceMiddlewareTest.php
tests/lib/AppFramework/Middleware/Security/CORSMiddlewareTest.php
tests/lib/AppFramework/Middleware/Security/CSPMiddlewareTest.php
tests/lib/AppFramework/Middleware/Security/FeaturePolicyMiddlewareTest.php
tests/lib/AppFramework/Middleware/Security/PasswordConfirmationMiddlewareTest.php
tests/lib/AppFramework/Middleware/Security/RateLimitingMiddlewareTest.php
tests/lib/AppFramework/Middleware/Security/SameSiteCookieMiddlewareTest.php
tests/lib/AppFramework/Middleware/Security/SecurityMiddlewareTest.php
tests/lib/AppFramework/Middleware/SessionMiddlewareTest.php
tests/lib/AppFramework/Utility/SimpleContainerTest.php
tests/lib/Authentication/Listeners/RemoteWipeActivityListenerTest.php
tests/lib/Authentication/Listeners/RemoteWipeEmailListenerTest.php
tests/lib/Authentication/Listeners/RemoteWipeNotificationsListenerTest.php
tests/lib/Authentication/Login/ALoginCommandTest.php
tests/lib/Authentication/Login/ClearLostPasswordTokensCommandTest.php
tests/lib/Authentication/Login/CompleteLoginCommandTest.php
tests/lib/Authentication/Login/CreateSessionTokenCommandTest.php
tests/lib/Authentication/Login/EmailLoginCommandTest.php
tests/lib/Authentication/Login/FinishRememberedLoginCommandTest.php
tests/lib/Authentication/Login/LoggedInCheckCommandTest.php
tests/lib/Authentication/Login/PreLoginHookCommandTest.php
tests/lib/Authentication/Login/SetUserTimezoneCommandTest.php
tests/lib/Authentication/Login/TwoFactorCommandTest.php
tests/lib/Authentication/Login/UidLoginCommandTest.php
tests/lib/Authentication/Login/UpdateLastPasswordConfirmCommandTest.php
tests/lib/Authentication/Login/UserDisabledCheckCommandTest.php
tests/lib/Authentication/LoginCredentials/CredentialsTest.php
tests/lib/Authentication/LoginCredentials/StoreTest.php
tests/lib/Authentication/Token/DefaultTokenCleanupJobTest.php
tests/lib/Authentication/Token/DefaultTokenMapperTest.php
tests/lib/Authentication/Token/DefaultTokenProviderTest.php
tests/lib/Authentication/Token/ManagerTest.php
tests/lib/Authentication/Token/PublicKeyTokenMapperTest.php
tests/lib/Authentication/Token/PublicKeyTokenProviderTest.php
tests/lib/Authentication/Token/RemoteWipeTest.php
tests/lib/Authentication/TwoFactorAuth/Db/ProviderUserAssignmentDaoTest.php
tests/lib/Authentication/TwoFactorAuth/ManagerTest.php
tests/lib/Authentication/TwoFactorAuth/MandatoryTwoFactorTest.php
tests/lib/Authentication/TwoFactorAuth/ProviderLoaderTest.php
tests/lib/Authentication/TwoFactorAuth/ProviderManagerTest.php
tests/lib/Authentication/TwoFactorAuth/RegistryTest.php
tests/lib/AutoLoaderTest.php
tests/lib/Avatar/AvatarManagerTest.php
tests/lib/Avatar/UserAvatarTest.php
tests/lib/BackgroundJob/JobListTest.php
tests/lib/BackgroundJob/JobTest.php
tests/lib/BackgroundJob/QueuedJobTest.php
tests/lib/BackgroundJob/TimedJobTest.php
tests/lib/Cache/CappedMemoryCacheTest.php
tests/lib/Cache/FileCacheTest.php
tests/lib/Cache/TestCache.php
tests/lib/Calendar/ManagerTest.php
tests/lib/Calendar/Resource/ManagerTest.php
tests/lib/Calendar/Room/ManagerTest.php
tests/lib/CapabilitiesManagerTest.php
tests/lib/Collaboration/Collaborators/GroupPluginTest.php
tests/lib/Collaboration/Collaborators/LookupPluginTest.php
tests/lib/Collaboration/Collaborators/MailPluginTest.php
tests/lib/Collaboration/Collaborators/RemotePluginTest.php
tests/lib/Collaboration/Collaborators/SearchResultTest.php
tests/lib/Collaboration/Collaborators/SearchTest.php
tests/lib/Collaboration/Collaborators/UserPluginTest.php
tests/lib/Command/AsyncBusTest.php
tests/lib/Command/CronBusTest.php
tests/lib/Command/Integrity/SignAppTest.php
tests/lib/Command/Integrity/SignCoreTest.php
tests/lib/Comments/ManagerTest.php
tests/lib/ConfigTest.php
tests/lib/Contacts/ContactsMenu/ActionFactoryTest.php
tests/lib/Contacts/ContactsMenu/ActionProviderStoreTest.php
tests/lib/Contacts/ContactsMenu/Actions/LinkActionTest.php
tests/lib/Contacts/ContactsMenu/ContactsStoreTest.php
tests/lib/Contacts/ContactsMenu/EntryTest.php
tests/lib/Contacts/ContactsMenu/ManagerTest.php
tests/lib/Contacts/ContactsMenu/Providers/EMailproviderTest.php
tests/lib/ContactsManagerTest.php
tests/lib/DB/ConnectionTest.php
tests/lib/DB/DBSchemaTest.php
tests/lib/DB/LegacyDBTest.php
tests/lib/DB/MDB2SchemaManagerTest.php
tests/lib/DB/MigrationsTest.php
tests/lib/DB/MigratorTest.php
tests/lib/DB/MySqlMigrationTest.php
tests/lib/DB/QueryBuilder/ExpressionBuilderDBTest.php
tests/lib/DB/QueryBuilder/ExpressionBuilderTest.php
tests/lib/DB/QueryBuilder/FunctionBuilderTest.php
tests/lib/DB/QueryBuilder/QueryBuilderTest.php
tests/lib/DB/QueryBuilder/QuoteHelperTest.php
tests/lib/DB/SchemaDiffTest.php
tests/lib/DB/SqliteMigrationTest.php
tests/lib/DateTimeFormatterTest.php
tests/lib/Diagnostics/EventLoggerTest.php
tests/lib/Diagnostics/QueryLoggerTest.php
tests/lib/Encryption/DecryptAllTest.php
tests/lib/Encryption/EncryptionWrapperTest.php
tests/lib/Encryption/Keys/StorageTest.php
tests/lib/Encryption/ManagerTest.php
tests/lib/Encryption/UpdateTest.php
tests/lib/Encryption/UtilTest.php
tests/lib/Federation/CloudIdManagerTest.php
tests/lib/Files/AppData/AppDataTest.php
tests/lib/Files/AppData/FactoryTest.php
tests/lib/Files/Cache/CacheTest.php
tests/lib/Files/Cache/HomeCacheTest.php
tests/lib/Files/Cache/MoveFromCacheTraitTest.php
tests/lib/Files/Cache/PropagatorTest.php
tests/lib/Files/Cache/QuerySearchHelperTest.php
tests/lib/Files/Cache/ScannerTest.php
tests/lib/Files/Cache/UpdaterLegacyTest.php
tests/lib/Files/Cache/UpdaterTest.php
tests/lib/Files/Cache/WatcherTest.php
tests/lib/Files/Cache/Wrapper/CacheJailTest.php
tests/lib/Files/Cache/Wrapper/CachePermissionsMaskTest.php
tests/lib/Files/Config/UserMountCacheTest.php
tests/lib/Files/EtagTest.php
tests/lib/Files/FileInfoTest.php
tests/lib/Files/FilesystemTest.php
tests/lib/Files/Mount/ManagerTest.php
tests/lib/Files/Mount/ObjectHomeMountProviderTest.php
tests/lib/Files/Node/HookConnectorTest.php
tests/lib/Files/Node/IntegrationTest.php
tests/lib/Files/Node/NodeTest.php
tests/lib/Files/Node/RootTest.php
tests/lib/Files/ObjectStore/NoopScannerTest.php
tests/lib/Files/ObjectStore/ObjectStoreStorageTest.php
tests/lib/Files/PathVerificationTest.php
tests/lib/Files/SimpleFS/SimpleFileTest.php
tests/lib/Files/SimpleFS/SimpleFolderTest.php
tests/lib/Files/Storage/CommonTest.php
tests/lib/Files/Storage/CopyDirectoryTest.php
tests/lib/Files/Storage/HomeTest.php
tests/lib/Files/Storage/LocalTest.php
tests/lib/Files/Storage/Wrapper/AvailabilityTest.php
tests/lib/Files/Storage/Wrapper/EncodingTest.php
tests/lib/Files/Storage/Wrapper/EncryptionTest.php
tests/lib/Files/Storage/Wrapper/JailTest.php
tests/lib/Files/Storage/Wrapper/PermissionsMaskTest.php
tests/lib/Files/Storage/Wrapper/QuotaTest.php
tests/lib/Files/Storage/Wrapper/WrapperTest.php
tests/lib/Files/Type/DetectionTest.php
tests/lib/Files/Type/LoaderTest.php
tests/lib/Files/Utils/ScannerTest.php
tests/lib/Files/ViewTest.php
tests/lib/GlobalScale/ConfigTest.php
tests/lib/Group/DatabaseTest.php
tests/lib/Group/Dummy.php
tests/lib/Group/GroupTest.php
tests/lib/Group/ManagerTest.php
tests/lib/Group/MetaDataTest.php
tests/lib/HelperStorageTest.php
tests/lib/Hooks/BasicEmitterTest.php
tests/lib/Hooks/LegacyEmitterTest.php
tests/lib/Http/Client/ClientTest.php
tests/lib/Http/Client/ResponseTest.php
tests/lib/ImageTest.php
tests/lib/InitialStateServiceTest.php
tests/lib/InstallerTest.php
tests/lib/IntegrityCheck/CheckerTest.php
tests/lib/IntegrityCheck/Helpers/AppLocatorTest.php
tests/lib/IntegrityCheck/Helpers/EnvironmentHelperTest.php
tests/lib/IntegrityCheck/Helpers/FileAccessHelperTest.php
tests/lib/IntegrityCheck/Iterator/ExcludeFileByNameFilterIteratorTest.php
tests/lib/L10N/FactoryTest.php
tests/lib/L10N/LanguageIteratorTest.php
tests/lib/LargeFileHelperGetFileSizeTest.php
tests/lib/LargeFileHelperTest.php
tests/lib/LegacyHelperTest.php
tests/lib/Lock/DBLockingProviderTest.php
tests/lib/Lock/LockingProvider.php
tests/lib/Lock/MemcacheLockingProviderTest.php
tests/lib/Lockdown/Filesystem/NoFSTest.php
tests/lib/Lockdown/Filesystem/NullCacheTest.php
tests/lib/Lockdown/Filesystem/NullStorageTest.php
tests/lib/Lockdown/LockdownManagerTest.php
tests/lib/Log/FileTest.php
tests/lib/Log/LogFactoryTest.php
tests/lib/LoggerTest.php
tests/lib/Mail/EMailTemplateTest.php
tests/lib/Mail/MailerTest.php
tests/lib/Mail/MessageTest.php
tests/lib/Memcache/APCuTest.php
tests/lib/Memcache/ArrayCacheTest.php
tests/lib/Memcache/Cache.php
tests/lib/Memcache/MemcachedTest.php
tests/lib/Memcache/RedisTest.php
tests/lib/Migration/BackgroundRepairTest.php
tests/lib/NavigationManagerTest.php
tests/lib/Notification/ActionTest.php
tests/lib/Notification/ManagerTest.php
tests/lib/Notification/NotificationTest.php
tests/lib/OCS/DiscoveryServiceTest.php
tests/lib/OCS/ProviderTest.php
tests/lib/Preview/BackgroundCleanupJobTest.php
tests/lib/Preview/BitmapTest.php
tests/lib/Preview/GeneratorTest.php
tests/lib/Preview/HEICTest.php
tests/lib/Preview/ImageTest.php
tests/lib/Preview/MP3Test.php
tests/lib/Preview/MovieTest.php
tests/lib/Preview/OfficeTest.php
tests/lib/Preview/Provider.php
tests/lib/Preview/SVGTest.php
tests/lib/Preview/TXTTest.php
tests/lib/Remote/Api/OCSTest.php
tests/lib/Remote/InstanceTest.php
tests/lib/Repair/CleanTagsTest.php
tests/lib/Repair/ClearFrontendCachesTest.php
tests/lib/Repair/ClearGeneratedAvatarCacheTest.php
tests/lib/Repair/NC11/FixMountStoragesTest.php
tests/lib/Repair/OldGroupMembershipSharesTest.php
tests/lib/Repair/RepairCollationTest.php
tests/lib/Repair/RepairInvalidSharesTest.php
tests/lib/Repair/RepairMimeTypesTest.php
tests/lib/Repair/RepairSqliteAutoincrementTest.php
tests/lib/RepairStepTest.php
tests/lib/Security/Bruteforce/CapabilitiesTest.php
tests/lib/Security/Bruteforce/ThrottlerTest.php
tests/lib/Security/CSP/ContentSecurityPolicyManagerTest.php
tests/lib/Security/CSP/ContentSecurityPolicyNonceManagerTest.php
tests/lib/Security/CSRF/CsrfTokenGeneratorTest.php
tests/lib/Security/CSRF/CsrfTokenManagerTest.php
tests/lib/Security/CSRF/TokenStorage/SessionStorageTest.php
tests/lib/Security/CertificateManagerTest.php
tests/lib/Security/CertificateTest.php
tests/lib/Security/CredentialsManagerTest.php
tests/lib/Security/CryptoTest.php
tests/lib/Security/FeaturePolicy/FeaturePolicyManagerTest.php
tests/lib/Security/HasherTest.php
tests/lib/Security/IdentityProof/KeyTest.php
tests/lib/Security/IdentityProof/ManagerTest.php
tests/lib/Security/IdentityProof/SignerTest.php
tests/lib/Security/RateLimiting/Backend/MemoryCacheTest.php
tests/lib/Security/RateLimiting/LimiterTest.php
tests/lib/Security/SecureRandomTest.php
tests/lib/Security/TrustedDomainHelperTest.php
tests/lib/ServerTest.php
tests/lib/Session/CryptoSessionDataTest.php
tests/lib/Session/CryptoWrappingTest.php
tests/lib/Session/MemoryTest.php
tests/lib/Session/Session.php
tests/lib/Settings/ManagerTest.php
tests/lib/SetupTest.php
tests/lib/Share/ShareTest.php
tests/lib/Share20/DefaultShareProviderTest.php
tests/lib/Share20/LegacyHooksTest.php
tests/lib/Share20/ManagerTest.php
tests/lib/Share20/ShareHelperTest.php
tests/lib/Share20/ShareTest.php
tests/lib/SubAdminTest.php
tests/lib/Support/CrashReport/RegistryTest.php
tests/lib/Support/Subscription/RegistryTest.php
tests/lib/SystemTag/SystemTagManagerTest.php
tests/lib/SystemTag/SystemTagObjectMapperTest.php
tests/lib/TagsTest.php
tests/lib/TempManagerTest.php
tests/lib/Template/CSSResourceLocatorTest.php
tests/lib/Template/IconsCacherTest.php
tests/lib/Template/JSCombinerTest.php
tests/lib/Template/JSResourceLocatorTest.php
tests/lib/Template/ResourceLocatorTest.php
tests/lib/Template/SCSSCacherTest.php
tests/lib/TemplateFunctionsTest.php
tests/lib/TestCase.php
tests/lib/Traits/EncryptionTrait.php
tests/lib/Updater/ChangesCheckTest.php
tests/lib/Updater/VersionCheckTest.php
tests/lib/UpdaterTest.php
tests/lib/UrlGeneratorTest.php
tests/lib/User/DatabaseTest.php
tests/lib/User/Dummy.php
tests/lib/User/ManagerTest.php
tests/lib/User/SessionTest.php
tests/lib/User/UserTest.php
tests/lib/UtilCheckServerTest.php
tests/lib/UtilTest.php
tests/phpunit-autotest.xml
tests/startsessionlistener.php