1
0
Fork 0

rename test method

pull/6592/head
Helmut Januschka 2017-08-07 21:47:41 +02:00
parent b486056066
commit b847270d08
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ JSON;
$this->assertEquals($expected, $driver->getTags(), 'Tags are cached');
}
public function testGetTagsPaginated() {
public function testGetPaginatedRefs() {
$driver = $this->testInitialize('https://gitlab.com/mygroup/myproject', 'https://gitlab.com/api/v4/projects/mygroup%2Fmyproject');
$apiUrl = 'https://gitlab.com/api/v4/projects/mygroup%2Fmyproject/repository/branches';