Explorar o código

rename test method

Helmut Januschka %!s(int64=7) %!d(string=hai) anos
pai
achega
b847270d08
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php

+ 1 - 1
tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php

@@ -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';