mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
[ticket/11768] Removed unused var
PHPBB3-11768
This commit is contained in:
parent
40c54898cc
commit
b021225148
@ -486,9 +486,6 @@ class phpbb_test_case_helpers
|
||||
$factory
|
||||
);
|
||||
|
||||
$root_path = ($container->hasParameter('core.root_path'))
|
||||
? $container->getParameter('core.root_path')
|
||||
: './';
|
||||
$config = ($container->has('config'))
|
||||
? $container->get('config')
|
||||
: new \phpbb\config\config(array('smilies_path' => 'images/smilies', 'allow_nocensors' => false));
|
||||
|
Loading…
x
Reference in New Issue
Block a user