mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 20:08:55 +00:00
[ticket/12483] Remove unused globals
PHPBB3-12483
This commit is contained in:
parent
d0766a2321
commit
38c2d42304
1 changed files with 0 additions and 2 deletions
|
@ -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']();
|
||||||
|
|
Loading…
Add table
Reference in a new issue