瀏覽代碼

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();