1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00
This commit is contained in:
Jordi Boggiano 2020-11-22 14:48:56 +01:00
parent 152694b574
commit b7d770659b
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
175 changed files with 688 additions and 724 deletions

View file

@ -116,22 +116,22 @@ class GitBitbucketDriverTest extends TestCase
->method('get')
->withConsecutive(
array(
$urls[0], array()
$urls[0], array(),
),
array(
$urls[1], array()
$urls[1], array(),
),
array(
$urls[2], array()
$urls[2], array(),
),
array(
$urls[3], array()
$urls[3], array(),
),
array(
$urls[4], array()
$urls[4], array(),
),
array(
$urls[5], array()
$urls[5], array(),
)
)
->willReturnOnConsecutiveCalls(