[ticket/12483] Remove unused globals

PHPBB3-12483
This commit is contained in:
Joas Schilling 2014-06-10 19:44:06 +02:00
parent d0766a2321
commit 38c2d42304

View file

@ -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']();