Browse Source

Remove unused variable

Mike van Rooyen 5 năm trước cách đây
mục cha
commit
6b56ddae2a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);