stable

Clone or download

Read-only

Refacto: Move builder of ToBeCreatedProgram

This is part of story #20111 change features priority No functional changes. You can still use project/$id/program_teams to add a team in program. Change-Id: I3c385de6d3523c9fdaedace7cadb34aa2b0a7f70

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Plan/ProgramAdapter.php +7 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/BuildProgram.php +5 −0 Go to diff View file
M plugins/program_management/include/Domain/Program/ToBeCreatedProgram.php +14 −1 Go to diff View file
M plugins/program_management/tests/rest/v1/Helper/ProgramDataBuilder.php +10 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Plan/ProgramAdapterTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Team/TeamAdapterTest.php +7 −5 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Team/TeamCreatorTest.php +2 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/BuildProgramStub.php +22 −4 Go to diff View file