mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-28 22:17:31 +01:00
[ticket/15540] Fix test
PHPBB3-15540
This commit is contained in:
@@ -40,6 +40,6 @@ class phpbb_search_mysql_test extends phpbb_search_common_test_case
|
||||
$this->db = $this->new_dbal();
|
||||
$phpbb_dispatcher = new phpbb_mock_event_dispatcher();
|
||||
$class = self::get_search_wrapper('\phpbb\search\backend\fulltext_mysql');
|
||||
$this->search = new $class($cache, $config, $this->db, $phpbb_dispatcher, $language, $user, $phpbb_root_path, $phpEx);
|
||||
$this->search = new $class($config, $this->db, $phpbb_dispatcher, $language, $user, $phpbb_root_path, $phpEx);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user