Payum\Paypal\ExpressCheckout\Nvp\Tests\Action\PaymentDetailsStatusActionTest::shouldImplementsActionInterface PHP Method

shouldImplementsActionInterface() public method

    public function shouldImplementsActionInterface()
    {
        $rc = new \ReflectionClass('Payum\\Paypal\\ExpressCheckout\\Nvp\\Action\\PaymentDetailsStatusAction');
        $this->assertTrue($rc->implementsInterface('Payum\\Core\\Action\\ActionInterface'));
    }