]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/LinkDBTest.php
Improved search: combine AND, exact terms and exclude search.
[github/shaarli/Shaarli.git] / tests / LinkDBTest.php
index 765f771ec5381c1cbf8f3fe21843fc892488e566..78f42e566559031d1dd777c2d399a8088076750c 100644 (file)
@@ -278,6 +278,7 @@ class LinkDBTest extends PHPUnit_Framework_TestCase
                 'stallman' => 1,
                 'free' => 1,
                 '-exclude' => 1,
+                'stuff' => 2,
             ),
             self::$publicLinkDB->allTags()
         );