mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
Remove unused variable
This commit is contained in:
parent
daedb4a74f
commit
6b56ddae2a
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue