mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
[ticket/15540] Fix tests
PHPBB3-15540
This commit is contained in:
@@ -18,7 +18,7 @@ require_once __DIR__ . '/base.php';
|
||||
*/
|
||||
class phpbb_functional_search_mysql_test extends phpbb_functional_search_base
|
||||
{
|
||||
protected $search_backend = '\phpbb\search\backend\fulltext_mysql';
|
||||
protected $search_backend = 'phpbb\search\backend\fulltext_mysql';
|
||||
|
||||
protected function create_search_index($backend = null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user