1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/13713] Add test for mention_helper

PHPBB3-13713
This commit is contained in:
lavigor
2018-08-07 03:11:32 +03:00
committed by Marc Alexander
parent 89d65f5da0
commit c5f515acc4
3 changed files with 243 additions and 1 deletions

View File

@@ -592,7 +592,7 @@ class phpbb_test_case_helpers
// Create and register a mention_helper
$mention_helper = new \phpbb\textformatter\s9e\mention_helper(
$db_driver,
($container->has('dbal.conn')) ? $container->get('dbal.conn') : $db_driver,
$auth,
$container->get('user'),
$phpbb_root_path,