mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
[ticket/12483] Remove unused globals
PHPBB3-12483
This commit is contained in:
@@ -212,8 +212,6 @@ abstract class phpbb_database_test_case extends PHPUnit_Extensions_Database_Test
|
|||||||
|
|
||||||
public function new_dbal()
|
public function new_dbal()
|
||||||
{
|
{
|
||||||
global $phpbb_root_path, $phpEx;
|
|
||||||
|
|
||||||
$config = $this->get_database_config();
|
$config = $this->get_database_config();
|
||||||
|
|
||||||
$db = new $config['dbms']();
|
$db = new $config['dbms']();
|
||||||
|
Reference in New Issue
Block a user