stable

Clone or download

Read-only

Clean ProjectServiceBeforeActivationHandler

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

Modified Files

Name
A plugins/program_management/include/Adapter/Events/ServiceDisabledCollectorProxy.php +66 −0 Go to diff View file
M plugins/program_management/include/Adapter/Workspace/ScrumBlocksServiceVerifier.php +5 −4 Go to diff View file
A plugins/program_management/include/Domain/Events/ServiceDisabledCollectorEvent.php +39 −0 Go to diff View file
M plugins/program_management/include/Domain/Service/ProjectServiceBeforeActivationHandler.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Service/ServiceDisabledCollectorHandler.php +10 −17 Go to diff View file
M plugins/program_management/include/Domain/Workspace/VerifyScrumBlocksServiceActivation.php +1 −3 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +9 −2 Go to diff View file
A plugins/program_management/tests/unit/Adapter/Events/ServiceDisabledCollectorProxyTest.php +67 −0 Go to diff View file
R plugins/program_management/tests/unit/Adapter/Workspace/VerifyScrumBlocksServiceVerifierTest.php Go to diff View file
M plugins/program_management/tests/unit/Domain/Service/ServiceDisabledCollectorHandlerTest.php +21 −17 Go to diff View file
M plugins/program_management/tests/unit/Stub/VerifyScrumBlocksServiceActivationStub.php +3 −2 Go to diff View file