1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

[ticket/11608] Move markIncomplete to search backends test

PHPBB3-11608
This commit is contained in:
Dhruv
2013-09-01 22:25:27 +05:30
parent 72d939372f
commit 2b5311deac
4 changed files with 15 additions and 9 deletions

View File

@@ -15,4 +15,9 @@ require_once dirname(__FILE__) . '/base.php';
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');
}
}