We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f568903 commit c983f20Copy full SHA for c983f20
tests/ext_test.php
@@ -62,7 +62,6 @@ protected function create_extension_manager()
62
$db = $this->new_dbal();
63
$db_doctrine = $this->new_doctrine_dbal();
64
$phpbb_dispatcher = new \phpbb_mock_event_dispatcher();
65
- $doctrine_db = $this->new_doctrine_dbal();
66
$factory = new \phpbb\db\tools\factory();
67
$finder_factory = new \phpbb\finder\factory(null, false, $phpbb_root_path, $php_ext);
68
$db_tools = $factory->get($db_doctrine);
0 commit comments