stable
Clone or download
Read-only
Part of story #20111 change features priority No functional change expected. This is part of a refactoring to extract parts of ProcessTopBacklogChange into dedicated classes that can be reused in the new PATCH program_increment/$id/content REST route. Change-Id: I1339de0850ac0b39c0fb2e620a1653968ae6dff2
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/ProcessTopBacklogChange.php | +10 | −9 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Feature/FeatureRepresentationBuilder.php | +8 | −6 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Feature/Links/UserStoryLinkedToFeatureChecker.php | +7 | −5 | Go to diff View file |
A | plugins/program_management/include/Program/Backlog/Feature/Content/Links/VerifyLinkedUserStoryIsNotPlanned.php | +32 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/ProcessTopBacklogChangeTest.php | +47 | −34 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/Links/UserStoryLinkedToFeatureCheckerTest.php | +10 | −8 | Go to diff View file |