aboutsummaryrefslogtreecommitdiffstats
path: root/tests/session/testable_facade.php
diff options
context:
space:
mode:
authorAndy Chase <asperous2@gmail.com>2013-07-22 17:39:45 -0700
committerAndy Chase <asperous2@gmail.com>2013-07-22 17:39:45 -0700
commit2fe2724e684304e1c8323c047d1dde6cd732afcd (patch)
treecf52d225f5996ea9706aa5bad2d547098e94a648 /tests/session/testable_facade.php
parent0c54fb034b71cfc2bff338430acb1e2b43083dd5 (diff)
downloadforums-2fe2724e684304e1c8323c047d1dde6cd732afcd.tar
forums-2fe2724e684304e1c8323c047d1dde6cd732afcd.tar.gz
forums-2fe2724e684304e1c8323c047d1dde6cd732afcd.tar.bz2
forums-2fe2724e684304e1c8323c047d1dde6cd732afcd.tar.xz
forums-2fe2724e684304e1c8323c047d1dde6cd732afcd.zip
[ticket/11620] Whitespace and combine function into test_case
PHPBB3-11620
Diffstat (limited to 'tests/session/testable_facade.php')
-rw-r--r--tests/session/testable_facade.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/session/testable_facade.php b/tests/session/testable_facade.php
index c5e58fce05..9f0a3c5f59 100644
--- a/tests/session/testable_facade.php
+++ b/tests/session/testable_facade.php
@@ -33,7 +33,7 @@ class phpbb_session_testable_facade
$this->session_factory = $session_factory;
}
- function extract_current_page (
+ function extract_current_page(
$root_path,
$php_self,
$query_string,
@@ -48,7 +48,7 @@ class phpbb_session_testable_facade
return phpbb_session::extract_current_page($root_path);
}
- function extract_current_hostname (
+ function extract_current_hostname(
$host,
$server_name_config,
$cookie_domain_config
@@ -75,7 +75,7 @@ class phpbb_session_testable_facade
* @param request_overrides An array of overrides for the global request object
* @return boolean False if the user is identified, otherwise true.
*/
- function session_begin (
+ function session_begin(
$update_session_page = true,
$config_overrides = array(),
$request_overrides = array(),
@@ -90,7 +90,7 @@ class phpbb_session_testable_facade
return $session;
}
- function session_create (
+ function session_create(
$user_id = false,
$set_admin = false,
$persist_login = false,