diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-02-02 19:42:48 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-02-15 21:38:45 +0100 |
commit | 522b278b03280ed809025ebbeb3eac284b68bf81 (patch) | |
tree | 9d64988c49fd53978c58c64bbd013a363c5b2d78 /tests/LinkDBTest.php | |
parent | bedd176a5406003631da42366736fd5ebae29135 (diff) | |
download | Shaarli-522b278b03280ed809025ebbeb3eac284b68bf81.tar.gz Shaarli-522b278b03280ed809025ebbeb3eac284b68bf81.tar.zst Shaarli-522b278b03280ed809025ebbeb3eac284b68bf81.zip |
Support text search across link fields.
Diffstat (limited to 'tests/LinkDBTest.php')
-rw-r--r-- | tests/LinkDBTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/LinkDBTest.php b/tests/LinkDBTest.php index 78f42e56..b6a273b3 100644 --- a/tests/LinkDBTest.php +++ b/tests/LinkDBTest.php | |||
@@ -298,6 +298,7 @@ class LinkDBTest extends PHPUnit_Framework_TestCase | |||
298 | 'w3c' => 1, | 298 | 'w3c' => 1, |
299 | 'css' => 1, | 299 | 'css' => 1, |
300 | 'Mercurial' => 1, | 300 | 'Mercurial' => 1, |
301 | 'stuff' => 2, | ||
301 | '-exclude' => 1, | 302 | '-exclude' => 1, |
302 | '.hidden' => 1, | 303 | '.hidden' => 1, |
303 | ), | 304 | ), |