1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 10:01:55 +02:00

Merge branch 'ticket/17115' into ticket/17115-master

This commit is contained in:
rxu
2023-03-16 21:54:13 +07:00
2 changed files with 2 additions and 1 deletions

View File

@@ -183,6 +183,7 @@ abstract class phpbb_functional_search_base extends phpbb_functional_test_case
}
$this->assert_search_not_found('loremipsumdedo');
$this->assert_search_not_found('loremipsumdedo+-'); // test search query ending with the space followed by hyphen
$this->assert_search_not_found('barsearch+-testing'); // test excluding keyword
$this->assert_search_for_author_not_found('authornotexists');