eZ\Publish\Core\Persistence\Legacy\Tests\Content\Type\ContentUpdater\Action\AddFieldTest::getMockedAction PHP Метод

getMockedAction() защищенный Метод

protected getMockedAction ( $methods = [] ) : PHPUnit_Framework_MockObject_MockObject | AddField
$methods
Результат PHPUnit_Framework_MockObject_MockObject | eZ\Publish\Core\Persistence\Legacy\Content\Type\ContentUpdater\Action\AddField
    protected function getMockedAction($methods = array())
    {
        return $this->getMockBuilder('eZ\\Publish\\Core\\Persistence\\Legacy\\Content\\Type\\ContentUpdater\\Action\\AddField')->setMethods((array) $methods)->setConstructorArgs(array($this->getContentGatewayMock(), $this->getFieldDefinitionFixture(), $this->getFieldValueConverterMock(), $this->getContentStorageHandlerMock(), $this->getContentMapperMock()))->getMock();
    }