mirror of
https://github.com/composer/composer
synced 2025-05-10 09:02:59 +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)
|
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());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue