cURL\Tests\TestCase::createRequestUrl PHP 메소드

createRequestUrl() 공개 메소드

public createRequestUrl ( $param = 'ok' )
    public function createRequestUrl($param = 'ok')
    {
        return $this->okTestUrl . '?' . http_build_query(array('curl-easy' => $param));
    }