diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-04-18 19:20:58 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-04-18 19:20:58 +0200 |
commit | 5d5ca9efdd31fee53c52c601bdf7511bd67ff655 (patch) | |
tree | e684e46ec69252aa6013e0f795f952b09ba4bab9 /tests | |
parent | 87eab925e45dd72e18c097329d5b751fd48ceabb (diff) | |
download | semanticscuttle-5d5ca9efdd31fee53c52c601bdf7511bd67ff655.tar.gz semanticscuttle-5d5ca9efdd31fee53c52c601bdf7511bd67ff655.tar.bz2 |
clarify documentation; we are returning get requests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/TestBaseApi.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/TestBaseApi.php b/tests/TestBaseApi.php index 9081a4a..b381dad 100644 --- a/tests/TestBaseApi.php +++ b/tests/TestBaseApi.php @@ -63,7 +63,7 @@ class TestBaseApi extends TestBase /** - * Gets a HTTP request object. + * Creates and returns a HTTP GET request object. * Uses $this->url plus $urlSuffix as request URL. * * @param string $urlSuffix Suffix for the URL @@ -85,7 +85,7 @@ class TestBaseApi extends TestBase /** - * Creates a user and a HTTP request object and prepares + * Creates a user and a HTTP GET request object and prepares * the request object with authentication details, so that * the user is logged in. * @@ -118,7 +118,7 @@ class TestBaseApi extends TestBase /** * Creates a user and a HTTP_Request2 object, does a normal login - * and prepares the cookies for the HTTP request object so that + * and prepares the cookies for the HTTP GET request object so that * the user is seen as logged in when requesting any HTML page. * * Useful for testing HTML pages or ajax URLs. |