1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/17135] Further formatting and adjusting the messenger code

PHPBB3-17135
This commit is contained in:
rxu
2023-05-12 19:56:16 +07:00
parent d5f411a16d
commit 3ef7f806b3
2 changed files with 284 additions and 149 deletions

View File

@@ -106,6 +106,8 @@ class phpbb_email_parsing_test extends phpbb_test_case
$auth = $this->createMock('\phpbb\auth\auth');
$log = new \phpbb\log\log($db, $user, $auth, $dispatcher, $phpbb_root_path, 'adm/', $phpEx, LOG_TABLE);
$phpbb_container->set('log', $log);
$phpbb_container->setParameter('core.root_path', $phpbb_root_path);
$phpbb_container->setParameter('core.php_ext', $phpEx);
if (!class_exists('messenger'))
{