stable
Clone or download
Read-only
task #13106: Do not use array_slice to generate executions
Part of story #13103:Â have a usable interface This commit depends on gerrit #3093 Change-Id: I94485ccc14244b45968d5ca2a3c4ba893cca2c9c
Modified Files
Name | ||||
---|---|---|---|---|
M | include/Testing/REST/v1/CampaignsResource.class.php | +8 | −5 | Go to diff View file |
M | include/Testing/REST/v1/ExecutionRepresentationBuilder.php | +48 | −8 | Go to diff View file |
M | include/Testing/REST/v1/ProjectResource.class.php | +1 | −1 | Go to diff View file |
A | include/Testing/REST/v1/SlicedExecutionRepresentations.php | +55 | −0 | Go to diff View file |
M | include/autoload.php | +3 | −2 | Go to diff View file |
M | tests/rest/Testing/CampaignsTest.php | +11 | −5 | Go to diff View file |
M | tests/rest/Testing/ExecutionsTest.php | +7 | −7 | Go to diff View file |