diff options
Diffstat (limited to 'tests/search/postgres_test.php')
-rw-r--r-- | tests/search/postgres_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/search/postgres_test.php b/tests/search/postgres_test.php index ece99b4500..97cca0e70c 100644 --- a/tests/search/postgres_test.php +++ b/tests/search/postgres_test.php @@ -40,6 +40,6 @@ class phpbb_search_postgres_test extends phpbb_search_common_test_case $phpbb_dispatcher = new phpbb_mock_event_dispatcher(); $error = null; $class = self::get_search_wrapper('\phpbb\search\fulltext_postgres'); - $this->search = new $class($error, $phpbb_root_path, $phpEx, null, $config, $this->db, $phpbb_dispatcher, $user); + $this->search = new $class($error, $phpbb_root_path, $phpEx, null, $config, $this->db, $user, $phpbb_dispatcher); } } |