Explorar o código

Fixed Test method setUp to be protected instead of private.

mwhittom %!s(int64=11) %!d(string=hai) anos
pai
achega
f7d9f3d8b4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();