diff options
author | Dhruv <dhruv.goel92@gmail.com> | 2013-10-05 21:21:15 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2013-10-05 21:21:15 +0530 |
commit | 67536eb9f78bb1834574bfa9c224775f6edbab2e (patch) | |
tree | 09ec5860652851b7cc37c48af6c1e2aad1cc4fba /tests/functional/search/postgres_test.php | |
parent | 2b5311deac33677389b52b449476066a7302b727 (diff) | |
download | forums-67536eb9f78bb1834574bfa9c224775f6edbab2e.tar forums-67536eb9f78bb1834574bfa9c224775f6edbab2e.tar.gz forums-67536eb9f78bb1834574bfa9c224775f6edbab2e.tar.bz2 forums-67536eb9f78bb1834574bfa9c224775f6edbab2e.tar.xz forums-67536eb9f78bb1834574bfa9c224775f6edbab2e.zip |
[ticket/11608] Update search backend class names to namespaces
PHPBB3-11608
Diffstat (limited to 'tests/functional/search/postgres_test.php')
-rw-r--r-- | tests/functional/search/postgres_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/search/postgres_test.php b/tests/functional/search/postgres_test.php index f733238c8f..487b8aeebb 100644 --- a/tests/functional/search/postgres_test.php +++ b/tests/functional/search/postgres_test.php @@ -14,7 +14,7 @@ require_once dirname(__FILE__) . '/base.php'; */ class phpbb_functional_search_postgres_test extends phpbb_functional_search_base { - protected $search_backend = 'phpbb_search_fulltext_postgres'; + protected $search_backend = '\phpbb\search\fulltext_postgres'; protected function assert_search_not_found($keywords) { |