aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework/phpbb_database_test_case.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-06-10 19:44:06 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-06-10 19:44:06 +0200
commit38c2d42304047d9f7f1457c37bc5496825e14ae3 (patch)
tree3be2a067b5fcff969e3f9bd172d3875563fc28bc /tests/test_framework/phpbb_database_test_case.php
parentd0766a23218fb028aefaef231b6e42034f69bc8f (diff)
downloadforums-38c2d42304047d9f7f1457c37bc5496825e14ae3.tar
forums-38c2d42304047d9f7f1457c37bc5496825e14ae3.tar.gz
forums-38c2d42304047d9f7f1457c37bc5496825e14ae3.tar.bz2
forums-38c2d42304047d9f7f1457c37bc5496825e14ae3.tar.xz
forums-38c2d42304047d9f7f1457c37bc5496825e14ae3.zip
[ticket/12483] Remove unused globals
PHPBB3-12483
Diffstat (limited to 'tests/test_framework/phpbb_database_test_case.php')
-rw-r--r--tests/test_framework/phpbb_database_test_case.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_framework/phpbb_database_test_case.php b/tests/test_framework/phpbb_database_test_case.php
index 049bd022d7..05281b1d71 100644
--- a/tests/test_framework/phpbb_database_test_case.php
+++ b/tests/test_framework/phpbb_database_test_case.php
@@ -212,8 +212,6 @@ abstract class phpbb_database_test_case extends PHPUnit_Extensions_Database_Test
public function new_dbal()
{
- global $phpbb_root_path, $phpEx;
-
$config = $this->get_database_config();
$db = new $config['dbms']();