Payum\Paypal\ExpressCheckout\Nvp\Tests\Action\AutorizeActionTest::shouldImplementGatewayAwareInterface PHP Method

shouldImplementGatewayAwareInterface() public method

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