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:
@@ -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');
|
||||
|
||||
|
Reference in New Issue
Block a user