]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
clarify documentation; we are returning get requests
authorChristian Weiske <cweiske@cweiske.de>
Mon, 18 Apr 2011 17:20:58 +0000 (19:20 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 18 Apr 2011 17:20:58 +0000 (19:20 +0200)
tests/TestBaseApi.php

index 9081a4ab02f939bd9f3cd043156c2cd86e9009e6..b381dad62b4ca81623f4c7bf5ad8645364d65cdb 100644 (file)
@@ -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.