1
0
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:
Dhruv
2013-06-20 18:42:42 +05:30
parent 75d16da9fa
commit e1030d3670
2 changed files with 9 additions and 1 deletions

View File

@@ -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');
}
}
}