stable

Clone or download

Read-only

Do not use REST objects to update campaign status

This is part of request #20088 Improve the management of closed campaigns No functional change expected here. Change-Id: I1daabdff6973e94c5d4f0f90712994b34c220a81

Modified Files

Name
M plugins/testmanagement/include/TestManagement/Campaign/CloseCampaignController.php +7 −10 Go to diff View file
M plugins/testmanagement/include/TestManagement/Campaign/OpenCampaignController.php +7 −10 Go to diff View file
A plugins/testmanagement/include/TestManagement/Campaign/StatusUpdater.php +106 −0 Go to diff View file
M plugins/testmanagement/include/testmanagementPlugin.php +7 −27 Go to diff View file
A plugins/testmanagement/tests/unit/TestManagement/Campaign/CloseCampaignControllerTest.php +195 −0 Go to diff View file
A plugins/testmanagement/tests/unit/TestManagement/Campaign/OpenCampaignControllerTest.php +195 −0 Go to diff View file
A plugins/testmanagement/tests/unit/TestManagement/Campaign/StatusUpdaterTest.php +196 −0 Go to diff View file