aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/utils
diff options
context:
space:
mode:
authorArthur <arthur@hoa.ro>2016-06-03 18:30:19 +0200
committerArthur <arthur@hoa.ro>2016-06-03 18:30:19 +0200
commit92a381f51737de1e4a03c482fe7c43da311ad556 (patch)
tree888228f4e9a4bca68bc86e78ed3cd6f4c3339e14 /tests/utils
parente8f6024400307cbf2b8293073d7ba8cba5caae7e (diff)
parentb1eb5d1d31e3ea256501c08a3ed9aa7183b27466 (diff)
downloadShaarli-92a381f51737de1e4a03c482fe7c43da311ad556.tar.gz
Shaarli-92a381f51737de1e4a03c482fe7c43da311ad556.tar.zst
Shaarli-92a381f51737de1e4a03c482fe7c43da311ad556.zip
Merge pull request #583 from ArthurHoaro/enhance/tag-case
Fixes #497: ignore case difference between tags
Diffstat (limited to 'tests/utils')
-rw-r--r--tests/utils/ReferenceLinkDB.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils/ReferenceLinkDB.php b/tests/utils/ReferenceLinkDB.php
index dc4f5dfa..46165b4d 100644
--- a/tests/utils/ReferenceLinkDB.php
+++ b/tests/utils/ReferenceLinkDB.php
@@ -21,7 +21,7 @@ class ReferenceLinkDB
21 'Stallman has a beard and is part of the Free Software Foundation (or not). Seriously, read this.', 21 'Stallman has a beard and is part of the Free Software Foundation (or not). Seriously, read this.',
22 0, 22 0,
23 '20150310_114651', 23 '20150310_114651',
24 'stuff' 24 'sTuff'
25 ); 25 );
26 26
27 $this->addLink( 27 $this->addLink(