[ticket/10945] Fix Unit Tests as per new changes to split_keywords

PHPBB3-10945
This commit is contained in:
Dhruv 2013-11-04 15:58:48 +05:30
parent 41fa32bae4
commit 304c0799ba

View file

@ -106,17 +106,17 @@ class phpbb_search_native_test extends phpbb_search_test_case
array(
'-foo',
'all',
false,
null,
null,
true,
array(),
array(1),
array(),
),
array(
'-foo -bar',
'all',
false,
null,
null,
true,
array(),
array(1, 2),
array(),
),
// all common