mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
use shorthand (we have a use statement)
This commit is contained in:
parent
50f6445bc9
commit
f06bdcbf16
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue