]> source.dussan.org Git - nextcloud-server.git/commit
Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit... 22199/head
authorMorris Jobke <hey@morrisjobke.de>
Tue, 11 Aug 2020 19:32:18 +0000 (21:32 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Wed, 12 Aug 2020 11:55:19 +0000 (13:55 +0200)
commit234b510652d117bb3ef9ef3b6315db3a2c2eb91b
tree880cec2bf4fe4846eff9fa5aa68d2671fb0495be
parent138f47a1b980aaceb116b256b8ccf14f523e7e67
Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
347 files changed:
apps/admin_audit/tests/Actions/SecurityTest.php
apps/comments/tests/Unit/Activity/ListenerTest.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/Notification/ListenerTest.php
apps/comments/tests/Unit/Notification/NotifierTest.php
apps/dav/tests/unit/Avatars/AvatarHomeTest.php
apps/dav/tests/unit/Avatars/AvatarNodeTest.php
apps/dav/tests/unit/BackgroundJob/CleanupInvitationTokenJobTest.php
apps/dav/tests/unit/BackgroundJob/GenerateBirthdayCalendarBackgroundJobTest.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/Filter/CalendarTest.php
apps/dav/tests/unit/CalDAV/Activity/Filter/TodoTest.php
apps/dav/tests/unit/CalDAV/BirthdayCalendar/EnablePluginTest.php
apps/dav/tests/unit/CalDAV/CalDavBackendTest.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/PublicCalendarRootTest.php
apps/dav/tests/unit/CalDAV/PublicCalendarTest.php
apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php
apps/dav/tests/unit/CalDAV/ResourceBooking/AbstractPrincipalBackendTest.php
apps/dav/tests/unit/CardDAV/AddressBookImplTest.php
apps/dav/tests/unit/CardDAV/AddressBookTest.php
apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php
apps/dav/tests/unit/CardDAV/CardDavBackendTest.php
apps/dav/tests/unit/CardDAV/ContactsManagerTest.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/CardDAV/SyncServiceTest.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/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/BearerAuthTest.php
apps/dav/tests/unit/Connector/Sabre/BlockLegacyClientPluginTest.php
apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php
apps/dav/tests/unit/Connector/Sabre/ExceptionLoggerPluginTest.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/PrincipalTest.php
apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.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/BrowserErrorPagePluginTest.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/ServerTest.php
apps/dav/tests/unit/Settings/CalDAVSettingsTest.php
apps/dav/tests/unit/SystemTag/SystemTagNodeTest.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/Hooks/UserHooksTest.php
apps/encryption/tests/KeyManagerTest.php
apps/encryption/tests/RecoveryTest.php
apps/encryption/tests/SessionTest.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/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/DAV/FedAuthTest.php
apps/federation/tests/DbHandlerTest.php
apps/federation/tests/HooksTest.php
apps/federation/tests/Middleware/AddServerMiddlewareTest.php
apps/federation/tests/SyncFederationAddressbooksTest.php
apps/federation/tests/TrustedServersTest.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/Command/ApplicableTest.php
apps/files_external/tests/Command/CommandTest.php
apps/files_external/tests/Command/ListCommandTest.php
apps/files_external/tests/Config/UserPlaceholderHandlerTest.php
apps/files_external/tests/Service/BackendServiceTest.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_sharing/tests/Collaboration/ShareRecipientSorterTest.php
apps/files_sharing/tests/Controller/PublicPreviewControllerTest.php
apps/files_sharing/tests/Controller/ShareAPIControllerTest.php
apps/files_sharing/tests/Controller/ShareInfoControllerTest.php
apps/files_sharing/tests/Controller/ShareesAPIControllerTest.php
apps/files_sharing/tests/External/ManagerTest.php
apps/files_sharing/tests/External/ScannerTest.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_trashbin/tests/Command/CleanUpTest.php
apps/files_trashbin/tests/Controller/PreviewControllerTest.php
apps/files_trashbin/tests/StorageTest.php
apps/files_versions/tests/Command/CleanupTest.php
apps/files_versions/tests/Controller/PreviewControllerTest.php
apps/oauth2/tests/Controller/LoginRedirectorControllerTest.php
apps/oauth2/tests/Controller/OauthApiControllerTest.php
apps/oauth2/tests/Controller/SettingsControllerTest.php
apps/provisioning_api/tests/Controller/AppConfigControllerTest.php
apps/provisioning_api/tests/Controller/GroupsControllerTest.php
apps/provisioning_api/tests/Controller/UsersControllerTest.php
apps/provisioning_api/tests/Middleware/ProvisioningApiMiddlewareTest.php
apps/settings/tests/Controller/CheckSetupControllerTest.php
apps/settings/tests/Controller/MailSettingsControllerTest.php
apps/settings/tests/Controller/UsersControllerTest.php
apps/settings/tests/Mailer/NewUserMailHelperTest.php
apps/settings/tests/Settings/Admin/SharingTest.php
apps/sharebymail/tests/ShareByMailProviderTest.php
apps/systemtags/tests/Activity/SettingTest.php
apps/theming/tests/CapabilitiesTest.php
apps/theming/tests/Controller/IconControllerTest.php
apps/theming/tests/Controller/ThemingControllerTest.php
apps/theming/tests/ImageManagerTest.php
apps/theming/tests/Settings/SectionTest.php
apps/theming/tests/ThemingDefaultsTest.php
apps/twofactor_backupcodes/tests/Service/BackupCodeStorageTest.php
apps/twofactor_backupcodes/tests/Unit/Activity/ProviderTest.php
apps/twofactor_backupcodes/tests/Unit/Controller/SettingsControllerTest.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/ConnectionTest.php
apps/user_ldap/tests/HelperTest.php
apps/user_ldap/tests/Jobs/SyncTest.php
apps/user_ldap/tests/LDAPTest.php
apps/user_ldap/tests/Migration/AbstractUUIDFixTest.php
apps/user_ldap/tests/Migration/UUIDFixInsertTest.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
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/UpdateTheme.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/AvatarControllerTest.php
tests/Core/Controller/CSRFTokenControllerTest.php
tests/Core/Controller/ChangePasswordControllerTest.php
tests/Core/Controller/ClientFlowLoginControllerTest.php
tests/Core/Controller/ContactsMenuControllerTest.php
tests/Core/Controller/CssControllerTest.php
tests/Core/Controller/GuestAvatarControllerTest.php
tests/Core/Controller/JsControllerTest.php
tests/Core/Controller/LostControllerTest.php
tests/Core/Controller/NavigationControllerTest.php
tests/Core/Controller/OCSControllerTest.php
tests/Core/Controller/PreviewControllerTest.php
tests/Core/Controller/SvgControllerTest.php
tests/Core/Controller/TwoFactorChallengeControllerTest.php
tests/Core/Controller/UserControllerTest.php
tests/lib/Accounts/HooksTest.php
tests/lib/Activity/ManagerTest.php
tests/lib/App/AppStore/Bundles/BundleBase.php
tests/lib/App/AppStore/Bundles/BundleFetcherTest.php
tests/lib/App/AppStore/Fetcher/AppFetcherTest.php
tests/lib/App/AppStore/Fetcher/FetcherBase.php
tests/lib/App/DependencyAnalyzerTest.php
tests/lib/AppConfigTest.php
tests/lib/AppFramework/Controller/AuthPublicShareControllerTest.php
tests/lib/AppFramework/Controller/PublicShareControllerTest.php
tests/lib/AppFramework/DependencyInjection/DIContainerTest.php
tests/lib/AppFramework/Http/FileDisplayResponseTest.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/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/Authentication/LoginCredentials/StoreTest.php
tests/lib/Authentication/Token/DefaultTokenMapperTest.php
tests/lib/Authentication/Token/DefaultTokenProviderTest.php
tests/lib/Authentication/Token/PublicKeyTokenMapperTest.php
tests/lib/Authentication/Token/PublicKeyTokenProviderTest.php
tests/lib/Authentication/TwoFactorAuth/ProviderLoaderTest.php
tests/lib/Avatar/AvatarManagerTest.php
tests/lib/Avatar/UserAvatarTest.php
tests/lib/BackgroundJob/JobListTest.php
tests/lib/Calendar/ManagerTest.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/Integrity/SignAppTest.php
tests/lib/Command/Integrity/SignCoreTest.php
tests/lib/Comments/ManagerTest.php
tests/lib/Contacts/ContactsMenu/ActionProviderStoreTest.php
tests/lib/Contacts/ContactsMenu/ContactsStoreTest.php
tests/lib/Contacts/ContactsMenu/ManagerTest.php
tests/lib/Contacts/ContactsMenu/Providers/EMailproviderTest.php
tests/lib/ContactsManagerTest.php
tests/lib/DB/MDB2SchemaReaderTest.php
tests/lib/DB/MigrationsTest.php
tests/lib/DB/QueryBuilder/QueryBuilderTest.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/Files/AppData/AppDataTest.php
tests/lib/Files/AppData/FactoryTest.php
tests/lib/Files/Cache/CacheTest.php
tests/lib/Files/Cache/QuerySearchHelperTest.php
tests/lib/Files/Mount/ObjectHomeMountProviderTest.php
tests/lib/Files/Node/FileTest.php
tests/lib/Files/Node/FolderTest.php
tests/lib/Files/Node/NodeTest.php
tests/lib/Files/Node/RootTest.php
tests/lib/Files/SimpleFS/SimpleFileTest.php
tests/lib/Files/Storage/Wrapper/EncryptionTest.php
tests/lib/Files/Stream/EncryptionTest.php
tests/lib/Files/ViewTest.php
tests/lib/GlobalScale/ConfigTest.php
tests/lib/Group/ManagerTest.php
tests/lib/InstallerTest.php
tests/lib/IntegrityCheck/CheckerTest.php
tests/lib/L10N/FactoryTest.php
tests/lib/L10N/LanguageIteratorTest.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/Migration/BackgroundRepairTest.php
tests/lib/NavigationManagerTest.php
tests/lib/Notification/ManagerTest.php
tests/lib/Notification/NotificationTest.php
tests/lib/OCS/DiscoveryServiceTest.php
tests/lib/Preview/GeneratorTest.php
tests/lib/Repair/CleanTagsTest.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/Security/Bruteforce/CapabilitiesTest.php
tests/lib/Security/Bruteforce/ThrottlerTest.php
tests/lib/Security/CertificateManagerTest.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/Session/CryptoSessionDataTest.php
tests/lib/Session/CryptoWrappingTest.php
tests/lib/Settings/ManagerTest.php
tests/lib/SetupTest.php
tests/lib/Share20/DefaultShareProviderTest.php
tests/lib/Share20/ShareHelperTest.php
tests/lib/Share20/ShareTest.php
tests/lib/Support/Subscription/RegistryTest.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/TestCase.php
tests/lib/Traits/ClientServiceTrait.php
tests/lib/Updater/ChangesCheckTest.php
tests/lib/Updater/VersionCheckTest.php
tests/lib/UpdaterTest.php
tests/lib/UrlGeneratorTest.php
tests/lib/User/ManagerTest.php
tests/lib/User/UserTest.php
tests/lib/UtilCheckServerTest.php