Ogone\Tests\DirectLink\DirectLinkQueryRequestTest::isValidWithOgoneUrl PHP 메소드

isValidWithOgoneUrl() 공개 메소드

public isValidWithOgoneUrl ( )
    public function isValidWithOgoneUrl()
    {
        $directLinkQueryRequest = $this->provideMinimalDirectLinkQueryRequest();
        $directLinkQueryRequest->setOgoneUri(DirectLinkQueryRequest::PRODUCTION);
        $directLinkQueryRequest->validate();
    }