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

isInvalidWithNonOgoneUrl() 공개 메소드

    public function isInvalidWithNonOgoneUrl()
    {
        $directLinkQueryRequest = $this->provideMinimalDirectLinkQueryRequest();
        $directLinkQueryRequest->setOgoneUri('http://example.com');
        $directLinkQueryRequest->validate();
    }