mirror of
https://github.com/composer/composer
synced 2025-05-08 16:17:37 +00:00
php 5
This commit is contained in:
parent
bc4a7834ba
commit
ae42e4f8a3
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ JSON;
|
|||
->shouldBeCalledTimes(1)
|
||||
;
|
||||
$this->remoteFilesystem->getLastHeaders()
|
||||
->willReturn([]);
|
||||
->willReturn(array());
|
||||
|
||||
$driver->setRemoteFilesystem($this->remoteFilesystem->reveal());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue