Skip to content

Commit c983f20

Browse files
authored
Fix ext_test.php
1 parent f568903 commit c983f20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ext_test.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ protected function create_extension_manager()
6262
$db = $this->new_dbal();
6363
$db_doctrine = $this->new_doctrine_dbal();
6464
$phpbb_dispatcher = new \phpbb_mock_event_dispatcher();
65-
$doctrine_db = $this->new_doctrine_dbal();
6665
$factory = new \phpbb\db\tools\factory();
6766
$finder_factory = new \phpbb\finder\factory(null, false, $phpbb_root_path, $php_ext);
6867
$db_tools = $factory->get($db_doctrine);

0 commit comments

Comments
 (0)