stable
Clone or download
Read-only
part of story #21791 see Programs & Teams in sidebar No functional change expected. It is easier to stub smaller interfaces, and they are more reusable. It will be useful for us to build a list of program projects in the sidebar. Change-Id: I6e588bb25f37f7551a9a3e4f7c14cdbbf9e87f9c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Team/TeamDao.php | +4 | −3 | Go to diff View file |
M | plugins/program_management/include/Domain/Team/Creation/TeamStore.php | +0 | −2 | Go to diff View file |
M | plugins/program_management/include/Domain/Team/RootPlanning/RootPlanningEditionHandler.php | +5 | −8 | Go to diff View file |
A | plugins/program_management/include/Domain/Team/VerifyIsTeam.php | +28 | −0 | Go to diff View file |
M | plugins/program_management/include/Domain/Workspace/ComponentInvolvedVerifier.php | +5 | −5 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Team/RootPlanning/RootPlanningEditionHandlerTest.php | +18 | −34 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Workspace/ComponentInvolvedVerifierTest.php | +7 | −13 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/VerifyIsTeamStub.php | +50 | −0 | Go to diff View file |