eZ\Publish\Core\Persistence\Legacy\Tests\Content\Type\UpdateHandler\DoctrineDatabaseTest::getGatewayMock PHP 메소드

getGatewayMock() 보호된 메소드

Returns a gateway mock.
protected getGatewayMock ( ) : Gateway
리턴 eZ\Publish\Core\Persistence\Legacy\Content\Type\Gateway
    protected function getGatewayMock()
    {
        if (!isset($this->gatewayMock)) {
            $this->gatewayMock = $this->getMockForAbstractClass('eZ\\Publish\\Core\\Persistence\\Legacy\\Content\\Type\\Gateway');
        }
        return $this->gatewayMock;
    }