mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/11850] More namespaces
PHPBB3-11850
This commit is contained in:
@@ -140,7 +140,7 @@ class phpbb_session_extract_page_test extends phpbb_session_test_case
|
||||
{
|
||||
global $symfony_request;
|
||||
|
||||
$symfony_request = $this->getMock("phpbb_symfony_request", array(), array(
|
||||
$symfony_request = $this->getMock("\phpbb\symfony_request", array(), array(
|
||||
new phpbb_mock_request(),
|
||||
));
|
||||
$symfony_request->expects($this->any())
|
||||
|
Reference in New Issue
Block a user