diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-10-12 12:23:57 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2020-10-16 20:31:49 +0200 |
commit | f1a148ab92c061ac129b5b2976de02d45b6a71e7 (patch) | |
tree | 89b085ac6c4cd7608526f855f452d1a797dbb333 /tests/utils | |
parent | 4e3875c0ce7f3b17e3d358dc5ecb1f8bed64546b (diff) | |
download | Shaarli-f1a148ab92c061ac129b5b2976de02d45b6a71e7.tar.gz Shaarli-f1a148ab92c061ac129b5b2976de02d45b6a71e7.tar.zst Shaarli-f1a148ab92c061ac129b5b2976de02d45b6a71e7.zip |
add search highlight unit tests
Diffstat (limited to 'tests/utils')
-rw-r--r-- | tests/utils/ReferenceLinkDB.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils/ReferenceLinkDB.php b/tests/utils/ReferenceLinkDB.php index fc3cb109..1f53dc3c 100644 --- a/tests/utils/ReferenceLinkDB.php +++ b/tests/utils/ReferenceLinkDB.php | |||
@@ -82,7 +82,7 @@ class ReferenceLinkDB | |||
82 | 'This guide extends and expands on PSR-1, the basic coding standard.', | 82 | 'This guide extends and expands on PSR-1, the basic coding standard.', |
83 | 0, | 83 | 0, |
84 | DateTime::createFromFormat(Bookmark::LINK_DATE_FORMAT, '20121206_152312'), | 84 | DateTime::createFromFormat(Bookmark::LINK_DATE_FORMAT, '20121206_152312'), |
85 | '' | 85 | 'coding-style standards quality assurance' |
86 | ); | 86 | ); |
87 | 87 | ||
88 | $this->addLink( | 88 | $this->addLink( |