mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11608] Mark failed test as incomplete for mysql search backend
PHPBB3-11608
This commit is contained in:
parent
67536eb9f7
commit
8c73d28341
1 changed files with 5 additions and 0 deletions
|
@ -15,4 +15,9 @@ require_once dirname(__FILE__) . '/base.php';
|
||||||
class phpbb_functional_search_mysql_test extends phpbb_functional_search_base
|
class phpbb_functional_search_mysql_test extends phpbb_functional_search_base
|
||||||
{
|
{
|
||||||
protected $search_backend = '\phpbb\search\fulltext_mysql';
|
protected $search_backend = '\phpbb\search\fulltext_mysql';
|
||||||
|
|
||||||
|
protected function assert_search_not_found($keywords)
|
||||||
|
{
|
||||||
|
$this->markTestIncomplete('MySQL search when fails doesn\'t show the search query');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue