From bedd176a5406003631da42366736fd5ebae29135 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Mon, 1 Feb 2016 20:33:58 +0100 Subject: Improved search: combine AND, exact terms and exclude search. --- tests/LinkDBTest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/LinkDBTest.php') diff --git a/tests/LinkDBTest.php b/tests/LinkDBTest.php index 765f771e..78f42e56 100644 --- a/tests/LinkDBTest.php +++ b/tests/LinkDBTest.php @@ -278,6 +278,7 @@ class LinkDBTest extends PHPUnit_Framework_TestCase 'stallman' => 1, 'free' => 1, '-exclude' => 1, + 'stuff' => 2, ), self::$publicLinkDB->allTags() ); -- cgit v1.2.3