Completed
Pull Request — master (#64)
by Sullivan
01:29
created
tests/VersionsCheckPluginTest.php 2 patches
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.
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -256,6 +256,9 @@
 block discarded – undo
256 256
         $addPluginReflection->invoke($this->composer->getPluginManager(), $plugin);
257 257
     }
258 258
 
259
+    /**
260
+     * @param string $expectedOutput
261
+     */
259 262
     private function assertSameOutput($expectedOutput, $message = '')
260 263
     {
261 264
         $this->assertSame($expectedOutput, $this->io->getOutput(), $message);
Please login to merge, or discard this patch.