Payum\Paypal\ExpressCheckout\Nvp\Tests\Action\CaptureActionTest::createGatewayMock PHP Method

createGatewayMock() protected method

protected createGatewayMock ( ) : PHPUnit_Framework_MockObject_MockObject | Payum\Core\GatewayInterface
return PHPUnit_Framework_MockObject_MockObject | Payum\Core\GatewayInterface
    protected function createGatewayMock()
    {
        return $this->getMock(GatewayInterface::class);
    }