소스 검색

Fixed Test method setUp to be protected instead of private.

mwhittom 11 년 전
부모
커밋
f7d9f3d8b4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/Composer/Test/Downloader/PerforceDownloaderTest.php

+ 1 - 1
tests/Composer/Test/Downloader/PerforceDownloaderTest.php

@@ -27,7 +27,7 @@ class PerforceDownloaderTest extends \PHPUnit_Framework_TestCase
     private $testPath;
     public static $repository;
 
-    private function setUp()
+    protected function setUp()
     {
         $this->testPath = sys_get_temp_dir() . '/composer-test';
         $this->config = new Config();