]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
docblocks for url and urlPart variables
authorChristian Weiske <cweiske@cweiske.de>
Wed, 8 Jun 2011 05:21:33 +0000 (07:21 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Wed, 8 Jun 2011 05:21:33 +0000 (07:21 +0200)
tests/TestBaseApi.php

index 7568147f403f49b4d66d7086518a0d32bc6038a3..50a2413361569702942ef2fe44f9be6924b5a484 100644 (file)
@@ -24,7 +24,20 @@ require_once 'HTTP/Request2.php';
  */
 class TestBaseApi extends TestBase
 {
+    /**
+     * Created from the configured host and the $urlPart.
+     * Should be used as base for all generated URLs
+     *
+     * @var string
+     */
     protected $url;
+
+    /**
+     * Part of the URL behind the configured host.
+     * Needs to be overwritten in each derived test case class.
+     *
+     * @var string
+     */
     protected $urlPart = null;
 
     /**