Fixed spacing issues for PSR-2
parent
d77bd49301
commit
07d46aa3c3
|
@ -27,7 +27,7 @@ class PerforceDownloaderTest extends \PHPUnit_Framework_TestCase
|
|||
private $testPath;
|
||||
public static $repository;
|
||||
|
||||
function setUp()
|
||||
private function setUp()
|
||||
{
|
||||
$this->testPath = sys_get_temp_dir() . '/composer-test';
|
||||
$this->config = new Config();
|
||||
|
|
|
@ -132,4 +132,3 @@ class PerforceDriverTest extends \PHPUnit_Framework_TestCase
|
|||
$this->assertTrue($result);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -673,4 +673,3 @@ class PerforceTest extends \PHPUnit_Framework_TestCase
|
|||
$this->perforce->setStream("//depot/branch");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue