Completed
Push — master ( 9c198b...7695bb )
by Marko
12s
created
tests/Controller/HelperControllerTest.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -581,6 +581,9 @@  discard block
 block discarded – undo
581 581
         return $datagrid;
582 582
     }
583 583
 
584
+    /**
585
+     * @param string $field
586
+     */
584 587
     private function configureFormConfig($field, $disabled = false): void
585 588
     {
586 589
         $form = $this->prophesize(Form::class);
@@ -600,6 +603,9 @@  discard block
 block discarded – undo
600 603
         $formConfig->getAttribute('target_admin_access_action')->willReturn('list');
601 604
     }
602 605
 
606
+    /**
607
+     * @param string $field
608
+     */
603 609
     private function configureFormConfigComplexProperty($field): void
604 610
     {
605 611
         $form = $this->prophesize(Form::class);
@@ -619,6 +625,9 @@  discard block
 block discarded – undo
619 625
         $formConfig->getAttribute('target_admin_access_action')->willReturn('list');
620 626
     }
621 627
 
628
+    /**
629
+     * @param string $field
630
+     */
622 631
     private function configureFormConfigComplexPropertyArray($field): void
623 632
     {
624 633
         $form = $this->prophesize(Form::class);
Please login to merge, or discard this patch.