cURL\Tests\TestCase::createRequestUrl PHP Méthode

createRequestUrl() public méthode

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