From 304c0799ba036bd318f33186f23d1ba631b07786 Mon Sep 17 00:00:00 2001 From: Dhruv Date: Mon, 4 Nov 2013 15:58:48 +0530 Subject: [PATCH] [ticket/10945] Fix Unit Tests as per new changes to split_keywords PHPBB3-10945 --- tests/search/native_test.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/search/native_test.php b/tests/search/native_test.php index 18c6df2445..4911160cc0 100644 --- a/tests/search/native_test.php +++ b/tests/search/native_test.php @@ -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