From 6b56ddae2a2c2eedafc378a3bcae0c5cb06ee843 Mon Sep 17 00:00:00 2001 From: Mike van Rooyen Date: Tue, 8 Oct 2019 20:49:44 +0100 Subject: [PATCH] Remove unused variable --- tests/Composer/Test/Repository/PathRepositoryTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Composer/Test/Repository/PathRepositoryTest.php b/tests/Composer/Test/Repository/PathRepositoryTest.php index c02c02838..159d8cc97 100644 --- a/tests/Composer/Test/Repository/PathRepositoryTest.php +++ b/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);