aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/utils
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-04-14 17:59:37 +0200
committerArthurHoaro <arthur@hoa.ro>2016-05-31 09:09:32 +0200
commitb1eb5d1d31e3ea256501c08a3ed9aa7183b27466 (patch)
treeda39f2c91bf636ff7a9d0890ec70601b2ca92797 /tests/utils
parent11609d9fd8ba53f049e6c913d8e3affab6cfc9ce (diff)
downloadShaarli-b1eb5d1d31e3ea256501c08a3ed9aa7183b27466.tar.gz
Shaarli-b1eb5d1d31e3ea256501c08a3ed9aa7183b27466.tar.zst
Shaarli-b1eb5d1d31e3ea256501c08a3ed9aa7183b27466.zip
Fixes #497: ignore case difference between tags
While retrieving all tags, case differences will be ignored. This affects: * tag cloud * tag autocompletion
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(