stable

Clone or download

Read-only

Closes request #28292 mockery/mockery: 1.5.0 -> 1.5.1

Changelog: https://github.com/mockery/mockery/releases/tag/1.5.1 Tests are modified because calls to a mocked method does not add an assertion anymore. The only goal of those changes is to keep the test suite working not fixing half broken tests. Change-Id: I14ae941b7062ff785e2e2a67641996b3bc1d3336

Modified Files

Name
M plugins/agiledashboard/tests/unit/AgileDashboard/ExplicitBacklog/CreateTrackerFromXMLCheckerTest.php +3 −5 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/MilestoneReportCriterionOptionsProviderTest.php +2 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneSelectorControllerTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/XMLFullStructureExporterTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboardRouterTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/REST/v1/MilestoneResourceValidatorTest.php +1 −0 Go to diff View file
M plugins/baseline/tests/unit/Domain/BaselineServiceTest.php +8 −5 Go to diff View file
M plugins/baseline/tests/unit/Domain/ComparisonServiceTest.php +2 −1 Go to diff View file
M plugins/baseline/tests/unit/REST/BaselineControllerTest.php +4 −2 Go to diff View file
M plugins/baseline/tests/unit/REST/ComparisonControllerTest.php +2 −1 Go to diff View file
M plugins/cardwall/tests/unit/Cardwall/OnTop/Config/ColumnFactoryTest.php +1 −0 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Permission/CrossTrackerPermissionGateTest.php +2 −0 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Report/Query/Advanced/QueryValidation/Comparison/ListValueValidatorTest.php +2 −0 Go to diff View file
M plugins/docman/tests/unit/ApprovalTable/ApprovalTableUpdateActionCheckerTest.php +1 −0 Go to diff View file
M plugins/docman/tests/unit/Docman_SOAPActionsTest.php +3 −1 Go to diff View file
M plugins/docman/tests/unit/DocumentDeletion/DocmanWikiDeletorTest.php +4 −4 Go to diff View file
M plugins/docman/tests/unit/NotificationsManagerTest.php +0 −18 Go to diff View file
M plugins/docman/tests/unit/REST/v1/DocumentBeforeModificationValidatorVisitorTest.php +1 −0 Go to diff View file
M plugins/docman/tests/unit/REST/v1/DocumentBeforeVersionCreationValidatorVisitorTest.php +2 −0 Go to diff View file
M plugins/docman/tests/unit/REST/v1/Metadata/HardcodedMetdataObsolescenceDateCheckerTest.php +1 −3 Go to diff View file
M plugins/docman/tests/unit/REST/v1/MoveItem/BeforeMoveVisitorTest.php +2 −0 Go to diff View file
M plugins/document/tests/unit/DownloadFolderAsZip/ZipStreamFolderFilesVisitorTest.php +11 −11 Go to diff View file
M plugins/git/tests/integration/GitXmlImporterTest.php +4 −0 Go to diff View file
M plugins/git/tests/integration/Gitolite/SSHKeyDumperTest.php +1 −0 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerCreateGroupForUmbrellaTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/MembershipManagerListGroupsCacheTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/UmbrellaProjectManagerTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/Git/Driver/Gerrit/UserAccountManagerTest.php +3 −0 Go to diff View file
M plugins/git/tests/unit/Git/Driver/GerritRESTTest.php +1 −0 Go to diff View file
M plugins/git/tests/unit/Git/Gitolite/Gitolite3LogParserTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/Gitolite/SSHKey/Provider/WholeInstanceKeysAggregatorTest.php +3 −3 Go to diff View file
M plugins/git/tests/unit/Git/Mirror/ManifestFileGeneratorTest.php +2 −0 Go to diff View file
M plugins/git/tests/unit/GitActionsProjectPrivacyTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/GitActionsTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/GitForkRepositoriesTest.php +2 −2 Go to diff View file
M plugins/git/tests/unit/GitRepositoryFactoryGetAllGerritRepositoriesFromProjectTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/GitRepositoryFactoryGetGerritRepositoriesWithPermissionsForUGroupTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/GitRepositoryManagerForkTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Hook/PostReceiveTest.php +1 −0 Go to diff View file
M plugins/git/tests/unit/SystemEvents/SystemEvent_GIT_REPO_DELETETest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/SystemEvents/SystemEvent_GIT_REPO_FORKTest.php +1 −0 Go to diff View file
M plugins/gitlfs/tests/unit/Authorization/User/UserTokenVerifierTest.php +2 −2 Go to diff View file
M plugins/gitlfs/tests/unit/Lock/LockDestructorTest.php +2 −2 Go to diff View file
M plugins/gitlfs/tests/unit/SSHAuthenticate/SSHAuthenticateResponseBuilderTest.php +1 −1 Go to diff View file
M plugins/graphontrackersv5/tests/unit/GraphOnTrackerV5RendererTest.php +1 −1 Go to diff View file
M plugins/ldap/tests/unit/GroupAutocompleteControllerTest.php +3 −3 Go to diff View file
M plugins/ldap/tests/unit/LDAPTest.php +7 −9 Go to diff View file
M plugins/openidconnectclient/tests/unit/Authentication/StateManagerTest.php +2 −0 Go to diff View file
M plugins/openidconnectclient/tests/unit/Login/LoginUniqueAuthenticationUrlGeneratorTest.php +1 −1 Go to diff View file
M plugins/openidconnectclient/tests/unit/Provider/ProviderManagerTest.php +2 −2 Go to diff View file
M plugins/pullrequest/tests/unit/Authorization/PullRequestPermissionCheckerTest.php +1 −0 Go to diff View file
M plugins/svn/tests/unit/SVN/Commit/FileSizeValidatorTest.php +3 −4 Go to diff View file
M plugins/svn/tests/unit/SVN/Hooks/PreCommitTest.php +2 −0 Go to diff View file
M plugins/svn/tests/unit/SVN/Hooks/PreRevPropChangeTest.php +1 −0 Go to diff View file
M plugins/taskboard/tests/unit/REST/v1/Cell/AddValidatorTest.php +1 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/EmailNotificationTaskTest.php +7 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraRunnerTest.php +4 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLinkTest.php +1 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_ListTest.php +1 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_BindTest.php +2 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UgroupsTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_TextTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/ListFieldCheckerWithBindStaticTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/ListFieldCheckerWithBindUgroupsTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/ListFieldCheckerWithBindUsersTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Rules/Date/Tracker_Rule_Date_FactoryTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/TrackerXmlImportTest.php +4 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Tracker_ArtifactFactory_GetChildrenTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/CIBuildRepositoryTest.php +4 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/CIBuildUpdaterTest.php +6 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetDateValueRepositoryTest.php +6 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetDateValueUpdaterTest.php +10 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetDateValueValidatorTest.php +2 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetFloatValueRepositoryTest.php +6 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetFloatValueUpdaterTest.php +10 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetFloatValueValidatorTest.php +2 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetIntValueRepositoryTest.php +6 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetIntValueUpdaterTest.php +10 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/Internal/SetIntValueValidatorTest.php +1 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/PostActionCollectionUpdaterTest.php +4 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Workflow/Trigger/Rules/WorkflowTriggerRulesProcessorTest.php +2 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Updater/Tracker_XML_Updater_ChangesetXMLUpdaterTest.php +2 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker_FormElementFactoryTest.php +8 −8 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Trigger/Tracker_Workflow_Trigger_RulesManagerTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Trigger/Tracker_Workflow_Trigger_RulesProcessor_GeneralTest.php +2 −0 Go to diff View file
M plugins/tracker/tests/unit/Workflow/Trigger/Tracker_Workflow_Trigger_TriggerValidatorTest.php +1 −0 Go to diff View file
M plugins/tracker/tests/unit/Workflow/WorkflowTest.php +2 −0 Go to diff View file
M plugins/webdav/tests/unit/WebDAVFRSPackageTest.php +6 −8 Go to diff View file
M plugins/webdav/tests/unit/WebDAVFRSReleaseTest.php +12 −8 Go to diff View file
M plugins/webdav/tests/unit/WebDAVFRSTest.php +2 −0 Go to diff View file
M src/composer.lock +6 −6 Go to diff View file
M tests/unit/common/Admin/HelpDropdown/AdminReleaseNoteLinkControllerTest.php +1 −1 Go to diff View file
M tests/unit/common/FRS/FRSXMLImporterTest.php +2 −2 Go to diff View file
M tests/unit/common/Http/Server/ServiceInstrumentationMiddlewareTest.php +1 −1 Go to diff View file
M tests/unit/common/Include/UrlVerification/URLVerificationExpiredPasswordTest.php +2 −0 Go to diff View file
M tests/unit/common/Project/ProjectAccessCheckerTest.php +17 −0 Go to diff View file
M tests/unit/common/Project/ProjectManagerTest.php +2 −2 Go to diff View file
M tests/unit/common/Project/ProjectXMLImporterTest.php +1 −0 Go to diff View file
M tests/unit/common/Project/REST/ProjectStatusVerificatorTest.php +2 −0 Go to diff View file
M tests/unit/common/Project/REST/v1/RestProjectCreatorTest.php +2 −2 Go to diff View file
M tests/unit/common/Project/UGroups/Membership/DynamicUGroups/AddProjectMemberTest.php +12 −12 Go to diff View file
M tests/unit/common/Project/UGroups/SynchronizedProjectMembershipDuplicatorTest.php +3 −1 Go to diff View file
M tests/unit/common/Queue/TaskWorker/TaskWorkerProcessCommandTest.php +1 −1 Go to diff View file
M tests/unit/common/SVNCore/PreCommitCommitToTagTest.php +2 −2 Go to diff View file
M tests/unit/common/SVNCore/SVN_SOAPServerTest.php +3 −0 Go to diff View file
M tests/unit/common/Tus/TusRequestMethodOverrideTest.php +3 −1 Go to diff View file
M tests/unit/common/User/Account/UpdateNotificationsControllerTest.php +3 −0 Go to diff View file
M tests/unit/common/User/History/HistoryCleanerTest.php +1 −1 Go to diff View file
M tests/unit/common/User/Profile/ProfileAsJSONForTooltipControllerTest.php +2 −2 Go to diff View file
M tests/unit/common/User/UserSuspensionManagerTest.php +2 −2 Go to diff View file
M tests/unit/common/User/UserTest.php +6 −0 Go to diff View file
M tests/unit/common/User/XML/Import/MappingFileOptimusPrimeTransformerTest.php +8 −0 Go to diff View file
M tests/unit/common/permission/PermissionsManagerSavePermissionsCommonTest.php +4 −2 Go to diff View file
M tests/unit/common/permission/PermissionsManagerSavePermissionsPlatformForAnonymousProjectPublicTest.php +6 −3 Go to diff View file
M tests/unit/common/permission/PermissionsManagerSavePermissionsPlatformForRestrictedProjectPublicTest.php +7 −7 Go to diff View file
M tests/unit/common/tracker/ArtifactXMLExporterTest.php +1 −0 Go to diff View file
M tests/unit/tuleap-cfg/Command/SystemControlCommandTest.php +1 −1 Go to diff View file