Completed
Pull Request — 3.x (#4959)
by Julien
05:11
created
tests/Controller/HelperControllerTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -495,6 +495,9 @@
 block discarded – undo
495 495
         $this->assertSame('{"status":"OK","more":false,"items":[{"id":123,"label":"FOO"}]}', $response->getContent());
496 496
     }
497 497
 
498
+    /**
499
+     * @param string $field
500
+     */
498 501
     private function configureFormConfig($field, $disabled = false)
499 502
     {
500 503
         $form = $this->prophesize(Form::class);
Please login to merge, or discard this patch.