mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +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,
|
null,
|
||||||
array('f', 'o', 'o'),
|
array('f', 'o', 'o'),
|
||||||
),
|
),
|
||||||
|
array(
|
||||||
|
'f -o -o',
|
||||||
|
'all',
|
||||||
|
false,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
array('f', 'o', 'o'),
|
||||||
|
),
|
||||||
array(
|
array(
|
||||||
'foo -bar',
|
'foo -bar',
|
||||||
'all',
|
'all',
|
||||||
|
|
Loading…
Add table
Reference in a new issue