From a6627d55b7f5530d2474ca232e0cb0f8852e7bcf Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 16 May 2017 23:50:15 +0200 Subject: [PATCH] Fix build --- tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php b/tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php index 1d1d0d5ae..cde057186 100644 --- a/tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php +++ b/tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php @@ -319,7 +319,7 @@ JSON; JSON; $this->remoteFilesystem - ->getContents('mycompany.com/gitlab', $apiUrl, false) + ->getContents('mycompany.com/gitlab', $apiUrl, false, array()) ->willReturn($projectData) ->shouldBeCalledTimes(1) ; @@ -352,7 +352,7 @@ JSON; JSON; $this->remoteFilesystem - ->getContents('gitlab.com', $apiUrl, false) + ->getContents('gitlab.com', $apiUrl, false, array()) ->willReturn($projectData) ->shouldBeCalledTimes(1) ;