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

isValidWithOgoneUrl() public method

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