Ogone\Tests\DirectLink\DirectLinkPaymentRequestTest::BadParametersCauseExceptions PHP 메소드

BadParametersCauseExceptions() 공개 메소드

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