@@ -586,6 +586,10 @@ |
||
| 586 | 586 | $this->admin->setShowBuilder(new ShowBuilder()); |
| 587 | 587 | } |
| 588 | 588 | |
| 589 | + /** |
|
| 590 | + * @param string $name |
|
| 591 | + * @param string $label |
|
| 592 | + */ |
|
| 589 | 593 | private function getFieldDescriptionMock(?string $name = null, ?string $label = null): BaseFieldDescription |
| 590 | 594 | { |
| 591 | 595 | $fieldDescription = $this->getMockForAbstractClass(BaseFieldDescription::class); |