]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/utils/ReferenceLinkDB.php
Improved search: combine AND, exact terms and exclude search.
[github/shaarli/Shaarli.git] / tests / utils / ReferenceLinkDB.php
index da3e8c651a533d9ea2addc704e9573f2e6ca88df..b64b58bf26930ea111ba809f9dc9f36d57c91198 100644 (file)
@@ -16,12 +16,21 @@ class ReferenceLinkDB
         $this->addLink(
             'Free as in Freedom 2.0',
             'https://static.fsf.org/nosvn/faif-2.0.pdf',
-            'Richard Stallman and the Free Software Revolution',
+            'Richard Stallman and the Free Software Revolution. Read this.',
             0,
             '20150310_114633',
             'free gnu software stallman -exclude'
         );
 
+        $this->addLink(
+            'Note:',
+            'local',
+            'Stallman has a beard and is part of the Free Software Foundation (or not). Seriously, read this.',
+            0,
+            '20150310_114651',
+            ''
+        );
+
         $this->addLink(
             'MediaGoblin',
             'http://mediagoblin.org/',