aboutsummaryrefslogtreecommitdiffstats
path: root/tests/search/native_test.php
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2012-11-12 14:19:32 +0100
committerOleg Pudeyev <oleg@bsdpower.com>2012-11-27 08:48:59 -0500
commit2d1ac34de60a15e0b9e00a30140a08b4e329099d (patch)
treedc151ea37b2a1b1564835ed7260b155ef032509c /tests/search/native_test.php
parent615582f0dffc8d50604e3cc567e01e807a397bec (diff)
downloadforums-2d1ac34de60a15e0b9e00a30140a08b4e329099d.tar
forums-2d1ac34de60a15e0b9e00a30140a08b4e329099d.tar.gz
forums-2d1ac34de60a15e0b9e00a30140a08b4e329099d.tar.bz2
forums-2d1ac34de60a15e0b9e00a30140a08b4e329099d.tar.xz
forums-2d1ac34de60a15e0b9e00a30140a08b4e329099d.zip
[ticket/11174] add test case for native test
PHPBB3-11174
Diffstat (limited to 'tests/search/native_test.php')
-rw-r--r--tests/search/native_test.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/search/native_test.php b/tests/search/native_test.php
index 722da9eb59..5f6d49c26c 100644
--- a/tests/search/native_test.php
+++ b/tests/search/native_test.php
@@ -107,6 +107,14 @@ class phpbb_search_native_test extends phpbb_database_test_case
array('f', 'o', 'o'),
),
array(
+ 'f -o -o',
+ 'all',
+ false,
+ null,
+ null,
+ array('f', 'o', 'o'),
+ ),
+ array(
'foo -bar',
'all',
true,