1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-23 09:07:43 +02:00

[ticket/11174] add test case for native test

PHPBB3-11174
This commit is contained in:
Dhruv 2012-11-12 14:19:32 +01:00 committed by Oleg Pudeyev
parent 615582f0df
commit 2d1ac34de6

@ -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',