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:
@@ -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'))
|
||||
{
|
||||
|
Reference in New Issue
Block a user