mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10945] Remove mark test incomplete for native search backend
PHPBB3-10945
This commit is contained in:
parent
304c0799ba
commit
0036b00fc4
1 changed files with 0 additions and 5 deletions
|
@ -15,9 +15,4 @@ require_once dirname(__FILE__) . '/base.php';
|
||||||
class phpbb_functional_search_native_test extends phpbb_functional_search_base
|
class phpbb_functional_search_native_test extends phpbb_functional_search_base
|
||||||
{
|
{
|
||||||
protected $search_backend = '\phpbb\search\fulltext_native';
|
protected $search_backend = '\phpbb\search\fulltext_native';
|
||||||
|
|
||||||
protected function assert_search_not_found($keywords)
|
|
||||||
{
|
|
||||||
$this->markTestIncomplete('Native search when fails doesn\'t show the search query');
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue