Failed Conditions
Push — master ( b9670c...4ba57f )
by Zac
16:20 queued 37s
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.
src/TestBundle/Tests/Command/TestsRunCommandTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,10 +5,10 @@
 block discarded – undo
5 5
 use Overwatch\TestBundle\Command\TestsRunCommand;
6 6
 use Overwatch\TestBundle\DataFixtures\ORM\TestFixtures;
7 7
 use Overwatch\UserBundle\Tests\Base\DatabaseAwareTestCase;
8
-use phpmock\phpunit\PHPMock;
9 8
 use Symfony\Component\Console\Application;
10 9
 use Symfony\Component\Console\Output\Output;
11 10
 use Symfony\Component\Console\Tester\CommandTester;
11
+use phpmock\phpunit\PHPMock;
12 12
 
13 13
 /**
14 14
  * TestsRunCommandTest
Please login to merge, or discard this patch.