1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 21:54:00 +02:00

[ticket/11620] Minor changes to tests for coding standards

PHPBB3-11620
This commit is contained in:
Andy Chase
2013-07-08 16:34:46 -07:00
parent 3999d7ec7c
commit cd1fe789d2
4 changed files with 28 additions and 20 deletions

View File

@@ -65,8 +65,16 @@ class phpbb_session_testable_facade
}
/** This function has a *lot* of dependencies, so instead of naming them all,
* just ask for overrides */
/**
*
* This function has a lot of dependencies, so instead of naming them all,
* just ask for overrides
*
* @param update_session_page Boolean of whether to set page of the session
* @param config_overrides An array of overrides for the global config object
* @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 (
$update_session_page = true,
$config_overrides = array(),