Payum\Paypal\Masspay\Nvp\Tests\Action\PayoutActionTest::shouldImplementGatewayAwareInterface PHP Method

shouldImplementGatewayAwareInterface() public method

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