From 0d0ed59e5ce07857557924efd14d8ce2d996d3f4 Mon Sep 17 00:00:00 2001 From: Bastian Hofmann Date: Mon, 15 Sep 2014 13:21:33 +0200 Subject: [PATCH] Codestyle fix --- tests/Composer/Test/Util/SvnTest.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/Composer/Test/Util/SvnTest.php b/tests/Composer/Test/Util/SvnTest.php index d846bcb98..9ee5d1271 100644 --- a/tests/Composer/Test/Util/SvnTest.php +++ b/tests/Composer/Test/Util/SvnTest.php @@ -72,7 +72,8 @@ class SvnTest extends \PHPUnit_Framework_TestCase $this->assertEquals($this->getCmd(" --username 'foo' --password 'bar' "), $reflMethod->invoke($svn)); } - public function testCredentialsFromConfigWithCacheCredentialsTrue() { + public function testCredentialsFromConfigWithCacheCredentialsTrue() + { $url = 'http://svn.apache.org'; $config = new Config(); @@ -93,7 +94,8 @@ class SvnTest extends \PHPUnit_Framework_TestCase $this->assertEquals($this->getCmd(" --username 'foo' --password 'bar' "), $reflMethod->invoke($svn)); } - public function testCredentialsFromConfigWithCacheCredentialsFalse() { + public function testCredentialsFromConfigWithCacheCredentialsFalse() + { $url = 'http://svn.apache.org'; $config = new Config();