diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-09-30 18:31:26 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-09-30 18:31:26 -0500 |
commit | 85ae55ca2d6a99bfc0eaf66bf7bb710050b0cb1e (patch) | |
tree | 79312a87dc19e3a23ea8a177fcc45bf5a8d650ae /tests/session | |
parent | a6df011a107132390ecc35b80ab0e88bc31fd103 (diff) | |
download | forums-85ae55ca2d6a99bfc0eaf66bf7bb710050b0cb1e.tar forums-85ae55ca2d6a99bfc0eaf66bf7bb710050b0cb1e.tar.gz forums-85ae55ca2d6a99bfc0eaf66bf7bb710050b0cb1e.tar.bz2 forums-85ae55ca2d6a99bfc0eaf66bf7bb710050b0cb1e.tar.xz forums-85ae55ca2d6a99bfc0eaf66bf7bb710050b0cb1e.zip |
[ticket/11850] Update for namespaces
PHPBB3-11850
Diffstat (limited to 'tests/session')
-rw-r--r-- | tests/session/extract_page_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/session/extract_page_test.php b/tests/session/extract_page_test.php index 1834eddebc..123ae591c6 100644 --- a/tests/session/extract_page_test.php +++ b/tests/session/extract_page_test.php @@ -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). |