stable

Clone or download

Read-only

refactor: Add a builder for ArtifactLink field

No functional change expected. Unit tests should succeed. part of story #24970 [modal] select type for links Change-Id: Ie4bcad403185fad5958311e982013d0ef401bee3

Modified Files

Name
M plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/RequiredFieldVerifierTest.php +7 −9 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Source/Fields/ArtifactLinkFieldReferenceProxyTest.php +5 −18 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldsGathererTest.php +5 −18 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/UserStoryInOneMirrorPlannerTest.php +4 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Workspace/Tracker/Fields/FormElementFactoryAdapterTest.php +2 −18 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/Workflow/PostActionCheckerTest.php +2 −1 Go to diff View file
A plugins/tracker/tests/unit/Builders/ArtifactLinkFieldBuilder.php +81 −0 Go to diff View file
M plugins/tracker/tests/unit/REST/Artifact/ChangesetValue/ArtifactLink/NewArtifactLinkChangesetValueBuilderTest.php +2 −15 Go to diff View file
M plugins/tracker/tests/unit/REST/Artifact/ChangesetValue/ArtifactLink/NewArtifactLinkInitialChangesetValueBuilderTest.php +4 −15 Go to diff View file
M plugins/tracker/tests/unit/REST/Artifact/ChangesetValue/FieldsDataBuilderTest.php +9 −26 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/ArtifactLink/ArtifactForwardLinksRetrieverTest.php +6 −16 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Link/ArtifactLinkFilterTest.php +4 −40 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Link/ArtifactLinkerTest.php +2 −14 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/RequestDataAugmentorTest.php +2 −13 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLinkTest.php +15 −31 Go to diff View file
M plugins/tracker/tests/unit/Tracker_Artifact_ChangesetValue_ArtifactLinkTest.php +2 −1 Go to diff View file
M tests/psalm/psalm.xml +1 −0 Go to diff View file