mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 06:51:08 +02:00
[ticket/10945] Fix Unit Tests as per new changes to split_keywords
PHPBB3-10945
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user