Completed
Push — master ( 419b5f...f7351b )
by Sullivan
02:34
created
tests/VersionsCheckPluginTest.php 1 patch
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.