1
0
Fork 0

fix zip test

pull/4805/head
Rob Bast 2016-01-21 10:22:12 +01:00
parent 4482a1dca0
commit 446f1b3e31
1 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,10 @@ class ZipDownloaderTest extends \PHPUnit_Framework_TestCase
->with('cafile') ->with('cafile')
->will($this->returnValue(null)); ->will($this->returnValue(null));
$config->expects($this->at(2)) $config->expects($this->at(2))
->method('get')
->with('capath')
->will($this->returnValue(null));
$config->expects($this->at(3))
->method('get') ->method('get')
->with('vendor-dir') ->with('vendor-dir')
->will($this->returnValue($this->testDir)); ->will($this->returnValue($this->testDir));