1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +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

@@ -43,7 +43,7 @@ class phpbb_security_extract_current_page_test extends phpbb_security_test_base
$symfony_request->expects($this->any())
->method('getPathInfo')
->will($this->returnValue('/'));
$result = phpbb_session::extract_current_page('./');
$result = \phpbb\session::extract_current_page('./');
$label = 'Running extract_current_page on ' . $query_string . ' with PHP_SELF filled.';
$this->assertEquals($expected, $result['query_string'], $label);