php 5
parent
bc4a7834ba
commit
ae42e4f8a3
|
@ -314,7 +314,7 @@ JSON;
|
||||||
->shouldBeCalledTimes(1)
|
->shouldBeCalledTimes(1)
|
||||||
;
|
;
|
||||||
$this->remoteFilesystem->getLastHeaders()
|
$this->remoteFilesystem->getLastHeaders()
|
||||||
->willReturn([]);
|
->willReturn(array());
|
||||||
|
|
||||||
$driver->setRemoteFilesystem($this->remoteFilesystem->reveal());
|
$driver->setRemoteFilesystem($this->remoteFilesystem->reveal());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue