cURL\Tests\TestCase::createRequestUrl PHP Method

createRequestUrl() public method

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