Payum\Paypal\ProHosted\Nvp\Tests\Action\NotifyActionTest::shouldImplementGatewayAwareInterface PHP 메소드

shouldImplementGatewayAwareInterface() 공개 메소드

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