stable
Clone or download
Read-only
part of request #23433 Clean program management tests No functional changes An easy way to be sure that they won't be mocked is to declare the classes as final Change-Id: If8c2add3b9a36e65f7a3ad0ab7fa31334ec828ba
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostAction.php | +3 | −13 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionDAO.php | +5 | −1 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionFactory.php | +11 | −12 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionValueUpdater.php | +6 | −15 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/TopBacklog/CreatePostAction.php | +29 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/TopBacklog/DeletePostAction.php | +29 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/TopBacklog/SearchByTransitionId.php | +32 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/TopBacklog/SearchByWorkflow.php | +32 | −0 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +10 | −4 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionFactoryTest.php | +29 | −41 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionValueUpdaterTest.php | +16 | −14 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/CreatePostActionStub.php | +48 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/DeletePostActionStub.php | +48 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/SearchByTransitionIdStub.php | +48 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/SearchByWorkflowStub.php | +48 | −0 | Go to diff View file |