Completed
Push — master ( d2fa3f...fff6b7 )
by Markus
8s
created
tests/Step/ValidatorStepTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -60,6 +60,9 @@
 block discarded – undo
60 60
         $this->assertEquals(128, $this->filter->getPriority());
61 61
     }
62 62
 
63
+    /**
64
+     * @return \Symfony\Component\Validator\ConstraintViolationInterface
65
+     */
63 66
     private function buildConstraintViolation()
64 67
     {
65 68
         return $this->getMockBuilder(ConstraintViolation::class)
Please login to merge, or discard this patch.