Completed
Pull Request — master (#245)
by Alexis
02:33
created
Test/WebTestCase.php 2 patches
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -609,6 +609,4 @@
 block discarded – undo
609 609
     public function assertValidationErrors(array $expected, ContainerInterface $container)
610 610
     {
611 611
         $this->getContainer()->get('liip_functional_test.http_assertions')
612
-            ->assertValidationErrors($expected, $container);
613
-    }
614
-}
612
+            ->assertValidationErrors($expected, $container
615 613
\ No newline at end of file
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -609,6 +609,4 @@
 block discarded – undo
609 609
     public function assertValidationErrors(array $expected, ContainerInterface $container)
610 610
     {
611 611
         $this->getContainer()->get('liip_functional_test.http_assertions')
612
-            ->assertValidationErrors($expected, $container);
613
-    }
614
-}
612
+            ->assertValidationErrors($expected, $container
615 613
\ No newline at end of file
Please login to merge, or discard this patch.