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

BadParametersCauseExceptions() public method

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