mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 10:44:20 +02:00
[ticket/11608] Set sphinx id from test_config file for tests
PHPBB3-11608
This commit is contained in:
@@ -20,6 +20,9 @@ class phpbb_functional_search_sphinx_test extends phpbb_functional_search_test
|
||||
{
|
||||
parent::setUp();
|
||||
$this->search_backend = 'phpbb_search_fulltext_sphinx';
|
||||
$this->markTestIncomplete('Sphinx search not running for the test board');
|
||||
if (!isset($config['fulltext_sphinx_id']))
|
||||
{
|
||||
$this->markTestIncomplete('Sphinx search not running for the test board');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user