Parcourir la source

use shorthand (we have a use statement)

till il y a 13 ans
Parent
commit
f06bdcbf16
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tests/Composer/Test/Repository/Vcs/SvnDriverTest.php

+ 1 - 1
tests/Composer/Test/Repository/Vcs/SvnDriverTest.php

@@ -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());
     }