@@ -581,6 +581,9 @@ discard block |
||
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 |
||
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 |
||
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); |