diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2015-03-06 13:11:33 +0100 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2015-04-02 19:16:03 +0200 |
commit | b021225148d8ba14e106dd24a25128e3be36992a (patch) | |
tree | bf35f20e5211ca7637a72fbaf14c6934e16f849e /tests/test_framework/phpbb_test_case_helpers.php | |
parent | [ticket/11768] Updated various annotations (diff) | |
download | phpbb-b021225148d8ba14e106dd24a25128e3be36992a.tar.gz phpbb-b021225148d8ba14e106dd24a25128e3be36992a.tar.bz2 phpbb-b021225148d8ba14e106dd24a25128e3be36992a.zip |
[ticket/11768] Removed unused var
PHPBB3-11768
Diffstat (limited to 'tests/test_framework/phpbb_test_case_helpers.php')
-rw-r--r-- | tests/test_framework/phpbb_test_case_helpers.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_framework/phpbb_test_case_helpers.php b/tests/test_framework/phpbb_test_case_helpers.php index 8e49dca40c..e584c238a2 100644 --- a/tests/test_framework/phpbb_test_case_helpers.php +++ b/tests/test_framework/phpbb_test_case_helpers.php @@ -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)); |