stable
Clone or download
Read-only
part of story #10143 add/remove backlog items in planning view This patch add unit tests for add element to a backlog. No functional changes. Having this code tested will helps to introduce new explicit backlog behaviour for the PATCH route Change-Id: I9ec1bf18dfc74fcc330c0b554780da98f4234b5d
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/agiledashboard/include/AgileDashboard/REST/v1/Milestone/MilestoneElementAdder.php | +99 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php | +10 | −22 | Go to diff View file |
A | plugins/agiledashboard/phpunit/REST/v1/Milestone/MilestoneElementAdderTest.php | +110 | −0 | Go to diff View file |