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:
parent
41fa32bae4
commit
304c0799ba
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user