aboutsummaryrefslogtreecommitdiffstats
path: root/tests/search/mysql_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/search/mysql_test.php')
-rw-r--r--tests/search/mysql_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/search/mysql_test.php b/tests/search/mysql_test.php
index 3ad15bd806..c08484c78d 100644
--- a/tests/search/mysql_test.php
+++ b/tests/search/mysql_test.php
@@ -34,7 +34,7 @@ class phpbb_search_mysql_test extends phpbb_search_common_test_case
$this->db = $this->new_dbal();
$error = null;
- $class = self::get_search_wrapper('phpbb_search_fulltext_mysql');
+ $class = self::get_search_wrapper('\phpbb\search\fulltext_mysql');
$this->search = new $class($error, $phpbb_root_path, $phpEx, null, $config, $this->db, $user);
}
}