1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11608] Update search backend class names to namespaces

PHPBB3-11608
This commit is contained in:
Dhruv
2013-10-05 21:21:15 +05:30
parent 2b5311deac
commit 67536eb9f7
4 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ require_once dirname(__FILE__) . '/base.php';
*/
class phpbb_functional_search_native_test extends phpbb_functional_search_base
{
protected $search_backend = 'phpbb_search_fulltext_native';
protected $search_backend = '\phpbb\search\fulltext_native';
protected function assert_search_not_found($keywords)
{