Ogone\Tests\DirectLink\DirectLinkPaymentRequestTest::BadParametersCauseExceptions PHP Method

BadParametersCauseExceptions() public method

public BadParametersCauseExceptions ( $method, $value )
    public function BadParametersCauseExceptions($method, $value)
    {
        $directLinkPaymentRequest = new DirectLinkPaymentRequest(new FakeShaComposer());
        $directLinkPaymentRequest->{$method}($value);
    }