1
0
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:
JoshyPHP 2015-03-06 13:11:33 +01:00
parent 40c54898cc
commit b021225148

View File

@ -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));