1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 09:02:59 +00:00

Remove unused variable

This commit is contained in:
Mike van Rooyen 2019-10-08 20:49:44 +01:00
parent daedb4a74f
commit 6b56ddae2a

View file

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