stable
Clone or download
Read-only
part of request #23043 Program management: clean domain No functional changes, Handler has no longer any external dependencie: Change-Id: I35caaf32b6693f56bd2ce7712833d44f6dbe1cee
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/program_management/include/Adapter/Events/ProjectServiceBeforeActivationProxy.php | +65 | −0 | Go to diff View file |
A | plugins/program_management/include/Adapter/Workspace/ScrumBlocksServiceVerifier.php | +44 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Events/ProjectServiceBeforeActivationEvent.php | +38 | −0 | Go to diff View file |
M | plugins/program_management/include/Domain/Service/ProjectServiceBeforeActivationHandler.php | +10 | −19 | Go to diff View file |
A | plugins/program_management/include/Domain/Workspace/VerifyScrumBlocksServiceActivation.php | +32 | −0 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +7 | −2 | Go to diff View file |
A | plugins/program_management/tests/unit/Adapter/Events/ProjectServiceBeforeActivationProxyTest.php | +68 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Adapter/Workspace/VerifyScrumBlocksServiceVerifierTest.php | +66 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Service/ProjectServiceBeforeActivationHandlerTest.php | +25 | −8 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/VerifyScrumBlocksServiceActivationStub.php | +49 | −0 | Go to diff View file |