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