aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/utils
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-02-02 19:42:48 +0100
committerArthurHoaro <arthur@hoa.ro>2016-02-15 21:38:45 +0100
commit522b278b03280ed809025ebbeb3eac284b68bf81 (patch)
tree9d64988c49fd53978c58c64bbd013a363c5b2d78 /tests/utils
parentbedd176a5406003631da42366736fd5ebae29135 (diff)
downloadShaarli-522b278b03280ed809025ebbeb3eac284b68bf81.tar.gz
Shaarli-522b278b03280ed809025ebbeb3eac284b68bf81.tar.zst
Shaarli-522b278b03280ed809025ebbeb3eac284b68bf81.zip
Support text search across link fields.
Diffstat (limited to 'tests/utils')
-rw-r--r--tests/utils/ReferenceLinkDB.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/utils/ReferenceLinkDB.php b/tests/utils/ReferenceLinkDB.php
index b64b58bf..61faef05 100644
--- a/tests/utils/ReferenceLinkDB.php
+++ b/tests/utils/ReferenceLinkDB.php
@@ -14,21 +14,21 @@ class ReferenceLinkDB
14 function __construct() 14 function __construct()
15 { 15 {
16 $this->addLink( 16 $this->addLink(
17 'Free as in Freedom 2.0', 17 'Free as in Freedom 2.0 @website',
18 'https://static.fsf.org/nosvn/faif-2.0.pdf', 18 'https://static.fsf.org/nosvn/faif-2.0.pdf',
19 'Richard Stallman and the Free Software Revolution. Read this.', 19 'Richard Stallman and the Free Software Revolution. Read this.',
20 0, 20 0,
21 '20150310_114633', 21 '20150310_114633',
22 'free gnu software stallman -exclude' 22 'free gnu software stallman -exclude stuff'
23 ); 23 );
24 24
25 $this->addLink( 25 $this->addLink(
26 'Note:', 26 'Link title: @website',
27 'local', 27 'local',
28 'Stallman has a beard and is part of the Free Software Foundation (or not). Seriously, read this.', 28 'Stallman has a beard and is part of the Free Software Foundation (or not). Seriously, read this.',
29 0, 29 0,
30 '20150310_114651', 30 '20150310_114651',
31 '' 31 'stuff'
32 ); 32 );
33 33
34 $this->addLink( 34 $this->addLink(