X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Futils%2FReferenceLinkDB.php;h=fc3cb1094930eb28f8c0aefa3f6b17e75654b3c3;hb=refs%2Fpull%2F1538%2Fhead;hp=0095f5a15ba5f5e98614af2970ff87197cc33103;hpb=e26e2060f5470ce8bf4c5973284bae07b8af170a;p=github%2Fshaarli%2FShaarli.git diff --git a/tests/utils/ReferenceLinkDB.php b/tests/utils/ReferenceLinkDB.php index 0095f5a1..fc3cb109 100644 --- a/tests/utils/ReferenceLinkDB.php +++ b/tests/utils/ReferenceLinkDB.php @@ -30,7 +30,7 @@ class ReferenceLinkDB $this->addLink( 11, 'Pined older', - '?PCRizQ', + '/shaare/PCRizQ', 'This is an older pinned link', 0, DateTime::createFromFormat(Bookmark::LINK_DATE_FORMAT, '20100309_101010'), @@ -43,7 +43,7 @@ class ReferenceLinkDB $this->addLink( 10, 'Pined', - '?0gCTjQ', + '/shaare/0gCTjQ', 'This is a pinned link', 0, DateTime::createFromFormat(Bookmark::LINK_DATE_FORMAT, '20121207_152312'), @@ -56,7 +56,7 @@ class ReferenceLinkDB $this->addLink( 41, 'Link title: @website', - '?WDWyig', + '/shaare/WDWyig', 'Stallman has a beard and is part of the Free Software Foundation (or not). Seriously, read this. #hashtag', 0, DateTime::createFromFormat(Bookmark::LINK_DATE_FORMAT, '20150310_114651'), @@ -68,7 +68,7 @@ class ReferenceLinkDB $this->addLink( 42, 'Note: I have a big ID but an old date', - '?WDWyig', + '/shaare/WDWyig', 'Used to test bookmarks reordering.', 0, DateTime::createFromFormat(Bookmark::LINK_DATE_FORMAT, '20100310_101010'),