Symfony\Component\Form\Tests\ResolvedFormTypeTest::getMockFormTypeExtension PHP Method

getMockFormTypeExtension() private method

private getMockFormTypeExtension ( ) : PHPUnit_Framework_MockObject_MockObject
return PHPUnit_Framework_MockObject_MockObject
    private function getMockFormTypeExtension()
    {
        return $this->getMockBuilder('Symfony\Component\Form\AbstractTypeExtension')->setMethods(array('getExtendedType', 'configureOptions', 'finishView', 'buildView', 'buildForm'))->getMock();
    }