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

shouldNotSupportStatusRequestWithNoArrayAccessAsModel() public method

    public function shouldNotSupportStatusRequestWithNoArrayAccessAsModel()
    {
        $action = new PaymentDetailsStatusAction();
        $request = new GetHumanStatus(new \stdClass());
        $this->assertFalse($action->supports($request));
    }