mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
rename test method
This commit is contained in:
parent
b486056066
commit
b847270d08
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ JSON;
|
||||||
$this->assertEquals($expected, $driver->getTags(), 'Tags are cached');
|
$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');
|
$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';
|
$apiUrl = 'https://gitlab.com/api/v4/projects/mygroup%2Fmyproject/repository/branches';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue