stable
Clone or download
Read-only
Merge commit 'refs/changes/03/24503/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: Closes request #23433 Clean program management tests Change-Id: Idcedab4560df371fe805e5c0396857a3d521e41d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Domain/Program/Backlog/CreationCheck/IterationCreatorChecker.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/CreationCheck/ProgramIncrementCreatorChecker.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Plan/ProgramAccessException.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/TrackerNotFoundException.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Templates/ProgramTemplate.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Templates/TeamTemplate.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/Domain/Program/Backlog/ProgramIncrement/PlannedIterationsTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/rest/v1/ProjectResourceTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Admin/Configuration/ConfigurationErrorPresenterBuilderTest.php | +10 | −26 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/DisplayPlanIterationsPresenterTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Workspace/ProgramBaseInfoBuilderTest.php | +1 | −1 | Go to diff View file |
A | plugins/program_management/tests/unit/Builder/IterationCreatorCheckerBuilder.php | +46 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Builder/ProgramIncrementCreatorCheckerBuilder.php | +47 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/DisplayAdminProgramManagementControllerTest.php | +11 | −31 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/CanSubmitNewArtifactHandlerTest.php | +4 | −5 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/ConfigurationErrorsGathererTest.php | +11 | −25 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/TrackerErrorPresenterTest.php | +4 | −7 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Plan/ProgramIncrementTrackerTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Stub/RetrieveMirroredIterationTrackerStub.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Stub/RetrieveMirroredProgramIncrementTrackerStub.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Templates/AsciiRegisteredToUnicodeConvertorTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Templates/ProgramTemplateTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Templates/TeamTemplateTest.php | +1 | −1 | Go to diff View file |