]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
CS
authorChristian Weiske <cweiske@cweiske.de>
Wed, 8 Jun 2011 05:00:24 +0000 (07:00 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Wed, 8 Jun 2011 05:00:24 +0000 (07:00 +0200)
tests/TestBaseApi.php

index d8917aa4849fff8c18cd03ecf71bda6af5c66ecb..7568147f403f49b4d66d7086518a0d32bc6038a3 100644 (file)
@@ -164,17 +164,18 @@ class TestBaseApi extends TestBase
      *
      * Useful for testing HTML pages or ajax URLs.
      *
-     * @param string  $urlSuffix Suffix for the URL
-     * @param mixed   $auth      If user authentication is needed (true/false)
-     *                           or array with username and password
+     * @param string  $urlSuffix  Suffix for the URL
+     * @param mixed   $auth       If user authentication is needed (true/false)
+     *                            or array with username and password
      * @param boolean $privateKey True if to add user with private key
      *
      * @return array(HTTP_Request2, integer) HTTP request object and user id
      *
      * @uses getRequest()
      */
-    protected function getLoggedInRequest($urlSuffix = null, $auth = true, $privateKey = false)
-    {
+    protected function getLoggedInRequest(
+        $urlSuffix = null, $auth = true, $privateKey = false
+    ) {
         if (is_array($auth)) {
             list($username, $password) = $auth;
         } else {