1
0
Fork 0
pull/6592/head
Helmut Januschka 2017-08-07 22:00:14 +02:00
parent bc4a7834ba
commit ae42e4f8a3
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ JSON;
->shouldBeCalledTimes(1)
;
$this->remoteFilesystem->getLastHeaders()
->willReturn([]);
->willReturn(array());
$driver->setRemoteFilesystem($this->remoteFilesystem->reveal());