瀏覽代碼

Remove unused variable

Mike van Rooyen 5 年之前
父節點
當前提交
6b56ddae2a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      tests/Composer/Test/Repository/PathRepositoryTest.php

+ 0 - 1
tests/Composer/Test/Repository/PathRepositoryTest.php

@@ -29,7 +29,6 @@ class PathRepositoryTest extends TestCase
             ->getMock();
 
         $config = new \Composer\Config();
-        $versionGuesser = null;
 
         $repositoryUrl = implode(DIRECTORY_SEPARATOR, array(__DIR__, 'Fixtures', 'path', 'missing'));
         $repository = new PathRepository(array('url' => $repositoryUrl), $ioInterface, $config);