1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +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

@@ -158,6 +158,11 @@ class phpbb_test_case_helpers
{
$config['redis_port'] = $phpbb_redis_port;
}
if (isset($fulltext_sphinx_id))
{
$config['fulltext_sphinx_id'] = $fulltext_sphinx_id;
}
}
if (isset($_SERVER['PHPBB_TEST_DBMS']))