@@ -266,6 +266,12 @@ |
||
266 | 266 | ], array_keys($this->datagrid->getFilters())); |
267 | 267 | } |
268 | 268 | |
269 | + /** |
|
270 | + * @param string $name |
|
271 | + * @param string $label |
|
272 | + * |
|
273 | + * @return string |
|
274 | + */ |
|
269 | 275 | private function getFieldDescriptionMock($name = null, $label = null) |
270 | 276 | { |
271 | 277 | $fieldDescription = $this->getMockForAbstractClass(BaseFieldDescription::class); |
@@ -255,6 +255,12 @@ |
||
255 | 255 | ], true), print_r($this->fieldDescriptionCollection->getElements(), true)); |
256 | 256 | } |
257 | 257 | |
258 | + /** |
|
259 | + * @param string $name |
|
260 | + * @param string $label |
|
261 | + * |
|
262 | + * @return string |
|
263 | + */ |
|
258 | 264 | private function getFieldDescriptionMock($name = null, $label = null) |
259 | 265 | { |
260 | 266 | $fieldDescription = $this->getMockForAbstractClass(BaseFieldDescription::class); |
@@ -455,6 +455,10 @@ |
||
455 | 455 | $this->showMapper = new ShowMapper($this->showBuilder, $this->fieldDescriptionCollection, $this->admin); |
456 | 456 | } |
457 | 457 | |
458 | + /** |
|
459 | + * @param string $name |
|
460 | + * @param string $label |
|
461 | + */ |
|
458 | 462 | private function getFieldDescriptionMock($name = null, $label = null) |
459 | 463 | { |
460 | 464 | $fieldDescription = $this->getMockForAbstractClass(BaseFieldDescription::class); |