1
0
Fork 0

Codestyle fix

pull/3272/head
Bastian Hofmann 2014-09-15 13:21:33 +02:00
parent b132e4eae0
commit 0d0ed59e5c
1 changed files with 4 additions and 2 deletions

View File

@ -72,7 +72,8 @@ class SvnTest extends \PHPUnit_Framework_TestCase
$this->assertEquals($this->getCmd(" --username 'foo' --password 'bar' "), $reflMethod->invoke($svn)); $this->assertEquals($this->getCmd(" --username 'foo' --password 'bar' "), $reflMethod->invoke($svn));
} }
public function testCredentialsFromConfigWithCacheCredentialsTrue() { public function testCredentialsFromConfigWithCacheCredentialsTrue()
{
$url = 'http://svn.apache.org'; $url = 'http://svn.apache.org';
$config = new Config(); $config = new Config();
@ -93,7 +94,8 @@ class SvnTest extends \PHPUnit_Framework_TestCase
$this->assertEquals($this->getCmd(" --username 'foo' --password 'bar' "), $reflMethod->invoke($svn)); $this->assertEquals($this->getCmd(" --username 'foo' --password 'bar' "), $reflMethod->invoke($svn));
} }
public function testCredentialsFromConfigWithCacheCredentialsFalse() { public function testCredentialsFromConfigWithCacheCredentialsFalse()
{
$url = 'http://svn.apache.org'; $url = 'http://svn.apache.org';
$config = new Config(); $config = new Config();