stable
Clone or download
Read-only
part of request #23433 Clean program management tests No functional changes Change-Id: Ib64b8e268c3ad2323d172f2a62812d70d123788e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Content/FeatureRemovalProcessor.php | +5 | −17 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementsDAO.php | +3 | −1 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementsRetriever.php | +9 | −24 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrementTracker/SearchOpenProgramIncrement.php | +32 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrementTracker/SearchProgramIncrementLinkedToFeature.php | +34 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Content/FeatureRemovalProcessorTest.php | +24 | −31 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementsRetrieverTest.php | +8 | −9 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/ProcessTopBacklogChangeTest.php | +34 | −31 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/SearchOpenProgramIncrementStub.php | +47 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/SearchProgramIncrementLinkedToFeatureStub.php | +47 | −0 | Go to diff View file |