mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 11:01:48 +02:00
[ticket/17115] Fix PHP warning for space+hyphen ending search query
PHPBB3-17115
This commit is contained in:
@@ -164,6 +164,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