Failed Conditions
Pull Request — master (#142)
by Zac
03:56
created
src/ResultBundle/Tests/Command/ResultCleanupCommandTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -180,6 +180,9 @@
 block discarded – undo
180 180
         });
181 181
     }
182 182
 
183
+    /**
184
+     * @param integer $count
185
+     */
183 186
     private function assertFinishedRunningCountOperations($count)
184 187
     {
185 188
         $this->assertEquals(" > Applying $count cleanup operations", $this->output[count($this->output) - 2]);
Please login to merge, or discard this patch.