stable

Clone or download

Read-only

Correct psalm errors on Adapter namespace

part of request #23044 Program management: add psalm in unit test In order to ease review I split the commit in small part At term, psalm.xml will be run on whole `tests\unit` folder instead of only `Adapter` How to test CI should be executed without errors Change-Id: I05a5cc6e086d6078c1cc2b853d31b4e655ed876a

Modified Files

Name
M plugins/program_management/include/REST/v1/FeatureElementToOrderInvolvedInChangeRepresentation.php +7 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Admin/Configuration/ConfigurationErrorPresenterBuilderTest.php +4 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Admin/PlannableTrackersConfiguration/PotentialPlannableTrackersConfigurationPresentersBuilderTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Events/ArtifactCreatedProxyTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Events/ArtifactUpdatedProxyTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Events/ProgramIncrementCreationEventProxyTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Events/ProgramIncrementUpdateEventProxyTest.php +5 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/ChangesetAdderTest.php +3 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementCreationProcessorTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/StatusValueMapperTest.php +1 −6 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Content/FeatureAdditionProcessorTest.php +4 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Content/FeatureRemovalProcessorTest.php +5 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Source/Changeset/ChangesetRetrieverTest.php +6 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Source/Changeset/Values/ArtifactLinkValueFormatterTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Source/Changeset/Values/TextFieldValueProxyTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Source/Fields/ArtifactLinkFieldReferenceProxyTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Source/Fields/DescriptionFieldReferenceProxyTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Source/Fields/EndPeriodFieldReferenceProxyTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Source/Fields/StartDateFieldReferenceProxyTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Source/Fields/StatusFieldReferenceProxyTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldsGathererTest.php +7 −7 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Source/Fields/TitleFieldReferenceProxyTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/Rank/FeaturesRankOrdererTest.php +5 −5 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/ArtifactTopBacklogActionBuilderTest.php +14 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/FeaturesToReorderProxyTest.php +8 −17 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/ProcessTopBacklogChangeTest.php +2 −5 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/Content/FeatureContentRetrieverTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/Links/UserStoryLinkedToFeatureCheckerTest.php +6 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/UserStoriesInMirroredProgramIncrementsPlannerTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/IterationTracker/VisibleIterationTrackerRetrieverTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/PlanningAdapterTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Team/PossibleParentSelectorProxyTest.php +12 −5 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Workspace/TrackerSemanticsTest.php +2 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/XML/ProgramManagementConfigXMLImporterTest.php +8 −6 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Content/ContentChangeTest.php +1 −4 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Content/ContentModifierTest.php +1 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Workflow/Transition.class.php +2 −2 Go to diff View file
M tests/psalm/psalm.xml +1 −0 Go to diff View file