Payum\Paypal\ProHosted\Nvp\Tests\Action\CaptureActionTest::shouldImplementGatewayAwareInterface PHP Method

shouldImplementGatewayAwareInterface() public method

    public function shouldImplementGatewayAwareInterface()
    {
        $rc = new \ReflectionClass(CaptureAction::class);
        $this->assertTrue($rc->implementsInterface(GatewayAwareInterface::class));
    }