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

shouldImplementActionInterface() public method

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