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

shouldImplementActionInterface() public method

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