| 1 | <?php |
||
| 16 | class HTTPDataServiceTest extends DataServiceTestBase |
||
| 17 | { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @param array $configArgument |
||
| 21 | * @return DataServiceInterface |
||
| 22 | */ |
||
| 23 | protected function getServiceMock($configArgument = []) |
||
| 34 | |||
| 35 | /** |
||
| 36 | * TODO: Create tests for: |
||
| 37 | * * testSetterAndGetterQueryLimitWithoutInitialisation |
||
| 38 | * * transformJsonResponse |
||
| 39 | * * getProjects |
||
| 40 | * * getChangesets($projectName, $resumeKey = null, $start = 0); |
||
| 41 | * * getVersion |
||
| 42 | */ |
||
| 43 | } |