use shorthand (we have a use statement)
parent
50f6445bc9
commit
f06bdcbf16
|
@ -44,7 +44,7 @@ class SvnDriverTest extends \PHPUnit_Framework_TestCase
|
|||
*/
|
||||
public function testCredentials($url, $expect)
|
||||
{
|
||||
$svn = new SvnDriver($url, new \Composer\IO\NullIO);
|
||||
$svn = new SvnDriver($url, new NullIO);
|
||||
|
||||
$this->assertEquals($expect, $svn->getSvnCredentialString());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue