mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/11174] add test case for native test
PHPBB3-11174
This commit is contained in:
parent
615582f0df
commit
2d1ac34de6
1 changed files with 8 additions and 0 deletions
|
@ -106,6 +106,14 @@ class phpbb_search_native_test extends phpbb_database_test_case
|
|||
null,
|
||||
array('f', 'o', 'o'),
|
||||
),
|
||||
array(
|
||||
'f -o -o',
|
||||
'all',
|
||||
false,
|
||||
null,
|
||||
null,
|
||||
array('f', 'o', 'o'),
|
||||
),
|
||||
array(
|
||||
'foo -bar',
|
||||
'all',
|
||||
|
|
Loading…
Add table
Reference in a new issue