mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/10945] Remove mark test incomplete for mysql and postgres
PHPBB3-10945
This commit is contained in:
parent
3b6d371310
commit
41fa32bae4
2 changed files with 0 additions and 8 deletions
|
@ -16,8 +16,4 @@ class phpbb_functional_search_mysql_test extends phpbb_functional_search_base
|
|||
{
|
||||
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');
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,8 +16,4 @@ class phpbb_functional_search_postgres_test extends phpbb_functional_search_base
|
|||
{
|
||||
protected $search_backend = '\phpbb\search\fulltext_postgres';
|
||||
|
||||
protected function assert_search_not_found($keywords)
|
||||
{
|
||||
$this->markTestIncomplete('Postgres search when fails doesn\'t show the search query');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue