stable

Clone or download

Read-only

Move CollectLinkedProjectsHandler into Adapter namespace

part of request #23043 Program management: clean domain No functional changes. Change-Id: I91a6a7048e9cd586f5ae133d505eeebeb6dc9155

Modified Files

Name
A plugins/program_management/include/Adapter/Events/CollectLinkedProjectsProxy.php +91 −0 Go to diff View file
R plugins/program_management/include/Domain/Workspace/ProgramsSearcher.php Go to diff View file
R plugins/program_management/include/Domain/Workspace/TeamsSearcher.php Go to diff View file
A plugins/program_management/include/Domain/Events/CollectLinkedProjectsEvent.php +38 −0 Go to diff View file
M plugins/program_management/include/Domain/Workspace/CollectLinkedProjectsHandler.php +7 −45 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +12 −6 Go to diff View file
A plugins/program_management/tests/unit/Adapter/Events/CollectLinkProjectsProxyTest.php +107 −0 Go to diff View file
R plugins/program_management/tests/unit/Domain/Workspace/ProgramsSearcherTest.php Go to diff View file
R plugins/program_management/tests/unit/Domain/Workspace/TeamsSearcherTest.php Go to diff View file
M plugins/program_management/tests/unit/Domain/Workspace/CollectLinkedProjectsHandlerTest.php +66 −70 Go to diff View file
M plugins/program_management/tests/unit/Stub/SearchProgramsOfTeamStub.php +5 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/SearchTeamsOfProgramStub.php +5 −0 Go to diff View file