1
0
Fork 0

Fixed Test method setUp to be protected instead of private.

pull/2184/head
mwhittom 2013-09-06 12:31:04 -05:00
parent 07d46aa3c3
commit f7d9f3d8b4
1 changed files with 1 additions and 1 deletions

View File

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