From b847270d084292582d3f5a4ffb659943b1a2cd5c Mon Sep 17 00:00:00 2001 From: Helmut Januschka Date: Mon, 7 Aug 2017 21:47:41 +0200 Subject: [PATCH] rename test method --- tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php b/tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php index dbc3cc512..08211d439 100644 --- a/tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php +++ b/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';