stable

Clone or download

Read-only

Remove PFUser dependency from BuildTeam

part of request #22231 Decrease adapter responsibility No functional changes Change-Id: Iff3f982a78e8bb6987dd0c66b2ada013db001426

Modified Files

Name
M plugins/program_management/include/Adapter/Team/TeamAdapter.php +7 −3 Go to diff View file
M plugins/program_management/include/Domain/Team/Creation/BuildTeam.php +3 −2 Go to diff View file
M plugins/program_management/include/Domain/Team/Creation/CreateTeam.php +2 −1 Go to diff View file
M plugins/program_management/include/Domain/Team/Creation/Team.php +6 −4 Go to diff View file
M plugins/program_management/include/Domain/Team/Creation/TeamCreator.php +4 −4 Go to diff View file
M plugins/program_management/include/REST/v1/ProjectResource.php +4 −3 Go to diff View file
M plugins/program_management/tests/rest/v1/Helper/ProgramDataBuilder.php +14 −6 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Team/TeamAdapterTest.php +21 −25 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Team/TeamCreatorTest.php +5 −6 Go to diff View file
M plugins/program_management/tests/unit/Domain/Team/Creation/TeamCollectionTest.php +8 −11 Go to diff View file
A plugins/program_management/tests/unit/Stub/BuildTeamStub.php +54 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveUserStub.php +14 −0 Go to diff View file