@@ -501,6 +501,10 @@ |
||
501 | 501 | $this->admin->setLabelTranslatorStrategy(new NoopLabelTranslatorStrategy()); |
502 | 502 | } |
503 | 503 | |
504 | + /** |
|
505 | + * @param string $name |
|
506 | + * @param string $label |
|
507 | + */ |
|
504 | 508 | private function getFieldDescriptionMock(?string $name = null, ?string $label = null): BaseFieldDescription |
505 | 509 | { |
506 | 510 | $fieldDescription = $this->getMockForAbstractClass(BaseFieldDescription::class); |