stable

Clone or download

Read-only

REST tests for burnup

This is part of story #10670: a BurnUp chart based on Done stories Change-Id: I9c5652e5f021fa92030202e33f2ed1331325a9ae

Modified Files

Name
A plugins/agiledashboard/tests/rest/ArtifactBase.php +51 −0 Go to diff View file
A plugins/agiledashboard/tests/rest/ArtifactsTest.php +54 −0 Go to diff View file
M plugins/agiledashboard/tests/rest/DataBuilder.php +55 −1 Go to diff View file
A plugins/agiledashboard/tests/rest/_fixtures/burnup/project.xml +2049 −0 Go to diff View file
A plugins/agiledashboard/tests/rest/_fixtures/burnup/user_map.csv +1 −0 Go to diff View file
A plugins/agiledashboard/tests/rest/_fixtures/burnup/users.xml +10 −0 Go to diff View file
M plugins/agiledashboard/tests/rest/bootstrap.php +2 −1 Go to diff View file
M tests/rest/lib/TestDataBuilder.php +3 −3 Go to diff View file