Completed
Pull Request — master (#64)
by Sullivan
01:29
created
tests/VersionsCheckPluginTest.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -250,6 +250,9 @@
 block discarded – undo
250 250
         $addPluginReflection->invoke($this->composer->getPluginManager(), $plugin);
251 251
     }
252 252
 
253
+    /**
254
+     * @param string $expectedOutput
255
+     */
253 256
     private function assertSameOutput($expectedOutput, $message = '')
254 257
     {
255 258
         if ('@package_version@' === Composer::VERSION) {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use Composer\Repository\InstalledArrayRepository;
18 18
 use Composer\Repository\RepositoryManager;
19 19
 use Composer\Repository\WritableArrayRepository;
20
-use Composer\Repository\WritableRepositoryInterface;
21 20
 use Composer\Script\ScriptEvents;
22 21
 use Composer\Util\HttpDownloader;
23 22
 use SLLH\ComposerVersionsCheck\VersionsCheckPlugin;
Please login to merge, or discard this patch.