@@ -251,6 +251,10 @@ |
||
251 | 251 | ], true), print_r($this->fieldDescriptionCollection->getElements(), true)); |
252 | 252 | } |
253 | 253 | |
254 | + /** |
|
255 | + * @param string $name |
|
256 | + * @param string $label |
|
257 | + */ |
|
254 | 258 | private function getFieldDescriptionMock($name = null, $label = null) |
255 | 259 | { |
256 | 260 | $fieldDescription = $this->getMockForAbstractClass('Sonata\AdminBundle\Admin\BaseFieldDescription'); |
@@ -640,6 +640,10 @@ |
||
640 | 640 | $this->assertSame(null, $this->pager->getQuery()); |
641 | 641 | } |
642 | 642 | |
643 | + /** |
|
644 | + * @param Pager $obj |
|
645 | + * @param string $name |
|
646 | + */ |
|
643 | 647 | protected function callMethod($obj, $name, array $args = []) |
644 | 648 | { |
645 | 649 | $class = new \ReflectionClass($obj); |