mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-19 16:11:21 +02:00
[ticket/11608] Mark sphinx tests as incomplete for now
PHPBB3-11608
This commit is contained in:
@@ -33,6 +33,11 @@ abstract class phpbb_functional_search_base_test extends phpbb_functional_test_c
|
|||||||
|
|
||||||
public function test_search_backend()
|
public function test_search_backend()
|
||||||
{
|
{
|
||||||
|
if ($this->search_backend == 'phpbb_search_fulltext_sphinx')
|
||||||
|
{
|
||||||
|
$this->markTestIncomplete('Sphinx Tests are not supported');
|
||||||
|
}
|
||||||
|
|
||||||
$this->login();
|
$this->login();
|
||||||
$this->admin_login();
|
$this->admin_login();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user