1
0
Fork 0

use shorthand (we have a use statement)

pull/410/head
till 2012-03-12 20:45:45 +01:00
parent 50f6445bc9
commit f06bdcbf16
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class SvnDriverTest extends \PHPUnit_Framework_TestCase
*/ */
public function testCredentials($url, $expect) public function testCredentials($url, $expect)
{ {
$svn = new SvnDriver($url, new \Composer\IO\NullIO); $svn = new SvnDriver($url, new NullIO);
$this->assertEquals($expect, $svn->getSvnCredentialString()); $this->assertEquals($expect, $svn->getSvnCredentialString());
} }