소스 검색

fix zip test

Rob Bast 9 년 전
부모
커밋
446f1b3e31
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      tests/Composer/Test/Downloader/ZipDownloaderTest.php

+ 4 - 0
tests/Composer/Test/Downloader/ZipDownloaderTest.php

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