Ogone\Tests\Subscription\SubscriptionPaymentRequestTest::BadParametersCauseExceptions PHP Method

BadParametersCauseExceptions() public method

public BadParametersCauseExceptions ( $method, $value )
    public function BadParametersCauseExceptions($method, $value)
    {
        $paymentRequest = $this->createSubscriptionRequest();
        $paymentRequest->{$method}($value);
    }