From f7d9f3d8b4ace923685e445eccd20a0fbb82b67e Mon Sep 17 00:00:00 2001 From: mwhittom Date: Fri, 6 Sep 2013 12:31:04 -0500 Subject: [PATCH] Fixed Test method setUp to be protected instead of private. --- tests/Composer/Test/Downloader/PerforceDownloaderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Composer/Test/Downloader/PerforceDownloaderTest.php b/tests/Composer/Test/Downloader/PerforceDownloaderTest.php index ad9ba2c9b..46eec7284 100644 --- a/tests/Composer/Test/Downloader/PerforceDownloaderTest.php +++ b/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();