1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-14 04:30:29 +01:00

[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