1
0
Fork 0

Fixed spacing issues for PSR-2

pull/2184/head
mwhittom 2013-09-06 12:14:22 -05:00
parent d77bd49301
commit 07d46aa3c3
4 changed files with 100 additions and 102 deletions

View File

@ -27,7 +27,7 @@ class PerforceDownloaderTest extends \PHPUnit_Framework_TestCase
private $testPath; private $testPath;
public static $repository; public static $repository;
function setUp() private 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();

View File

@ -132,4 +132,3 @@ class PerforceDriverTest extends \PHPUnit_Framework_TestCase
$this->assertTrue($result); $this->assertTrue($result);
} }
} }

View File

@ -673,4 +673,3 @@ class PerforceTest extends \PHPUnit_Framework_TestCase
$this->perforce->setStream("//depot/branch"); $this->perforce->setStream("//depot/branch");
} }
} }