stable

Clone or download

Read-only

refactor: move rest tests to kanban

No functional changes, tests still pass. Part of request #32645: Extract kanban from agiledashboard Change-Id: I5bae82487f038a80f2eff314de3360fa4e3fe2d0

Modified Files

Name
M plugins/agiledashboard/tests/rest/DataBuilder.php +5 −55 Go to diff View file
M plugins/agiledashboard/tests/rest/TestBase.php +0 −38 Go to diff View file
M plugins/kanban/composer.json +1 −1 Go to diff View file
A plugins/kanban/tests/rest/REST/DataBuilder.php +74 −0 Go to diff View file
R plugins/agiledashboard/tests/rest/KanbanColumns/KanbanColumnsTest.php Go to diff View file
R plugins/agiledashboard/tests/rest/KanbanTest.php Go to diff View file
A plugins/kanban/tests/rest/REST/TestBase.php +69 −0 Go to diff View file
R plugins/agiledashboard/tests/rest/_fixtures/cumulative-flow/project.xml Go to diff View file
R plugins/agiledashboard/tests/rest/_fixtures/cumulative-flow/user_map.csv Go to diff View file
R plugins/agiledashboard/tests/rest/_fixtures/cumulative-flow/users.xml Go to diff View file
A plugins/kanban/tests/rest/bootstrap.php +21 −0 Go to diff View file
A plugins/kanban/tests/rest/init_test_data.php +24 −0 Go to diff View file