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

shouldImplementActionInterface() public method

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