Sfoglia il codice sorgente

use shorthand (we have a use statement)

till 13 anni fa
parent
commit
f06bdcbf16
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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());
     }