mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
[ticket/11608] remove setUp method override
PHPBB3-11608
This commit is contained in:
@@ -14,15 +14,5 @@ require_once dirname(__FILE__) . '/base_test.php';
|
||||
*/
|
||||
class phpbb_functional_search_sphinx_test extends phpbb_functional_search_base_test
|
||||
{
|
||||
protected $search_backend;
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
parent::setUp();
|
||||
$this->search_backend = 'phpbb_search_fulltext_sphinx';
|
||||
if (!isset($config['fulltext_sphinx_id']))
|
||||
{
|
||||
$this->markTestIncomplete('Sphinx search not running for the test board');
|
||||
}
|
||||
}
|
||||
protected $search_backend = 'phpbb_search_fulltext_sphinx';
|
||||
}
|
||||
|
Reference in New Issue
Block a user