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

[ticket/11850] Update for namespaces

PHPBB3-11850
This commit is contained in:
Nathan Guse
2013-09-30 18:31:26 -05:00
parent a6df011a10
commit 85ae55ca2d
3 changed files with 10 additions and 5 deletions

View File

@@ -156,7 +156,7 @@ class phpbb_session_extract_page_test extends phpbb_session_test_case
->method('getPathInfo')
->will($this->returnValue($getPathInfo));
$output = phpbb_session::extract_current_page($root_path);
$output = \phpbb\session::extract_current_page($root_path);
// This compares the result of the output.
// Any keys that are not in the expected array are overwritten by the output (aka not checked).