stable
Clone or download
Read-only
part of request #23433 Clean program management tests No functional changes Change-Id: I85f68aee8a137951e978432bfd780965c5f1fec4
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Feature/Links/ArtifactsLinkedToParentDao.php | +5 | −2 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Feature/Links/UserStoryLinkedToFeatureVerifier.php | +10 | −5 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Feature/Links/UserStoryRepresentationBuilder.php | +4 | −3 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Feature/UserStoriesInMirroredProgramIncrementsPlanner.php | +3 | −3 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/Feature/Content/FeaturePlanChange.php | +2 | −2 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/Feature/Links/SearchChildrenOfFeature.php | +32 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/Feature/Links/SearchPlannedUserStory.php | +32 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/Feature/Links/VerifyIsLinkedToAnotherMilestone.php | +28 | −0 | Go to diff View file |
R | plugins/program_management/include/Domain/Program/Backlog/Feature/ArtifactsLinksSearch.php | Go to diff View file | ||
M | plugins/program_management/include/REST/v1/ProgramIncrementResource.php | +5 | −2 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProjectResource.php | +5 | −2 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +6 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/FeatureRepresentationBuilderTest.php | +45 | −26 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/Links/UserStoryLinkedToFeatureVerifierTest.php | +32 | −57 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/Links/UserStoryRepresentationBuilderTest.php | +21 | −29 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/UserStoriesInMirroredProgramIncrementsPlannerTest.php | +32 | −55 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/Feature/Content/FeaturePlanChangeTest.php | +8 | −25 | Go to diff View file |
M | plugins/program_management/tests/unit/Stub/ContentStoreStub.php | +5 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/SearchArtifactsLinksStub.php | +56 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/SearchChildrenOfFeatureStub.php | +45 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/SearchPlannedUserStoryStub.php | +47 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/VerifyIsLinkedToAnotherMilestoneStub.php | +50 | −0 | Go to diff View file |