diff options
author | Arthur <arthur@hoa.ro> | 2016-02-15 21:22:35 +0100 |
---|---|---|
committer | Arthur <arthur@hoa.ro> | 2016-02-15 21:22:35 +0100 |
commit | 3a38c95d4232aed4a40f70eb11d26cafc9188bac (patch) | |
tree | 351663f03ed606f095b88b2f96ca0ef3d41e7f6a /tests/utils | |
parent | 1e7331126d81a5759ab91c221f7e0f164aeebfb5 (diff) | |
parent | 195acf9f0931aa3b1a6db8832ab52a260d11090d (diff) | |
download | Shaarli-3a38c95d4232aed4a40f70eb11d26cafc9188bac.tar.gz Shaarli-3a38c95d4232aed4a40f70eb11d26cafc9188bac.tar.zst Shaarli-3a38c95d4232aed4a40f70eb11d26cafc9188bac.zip |
Merge pull request #447 from ArthurHoaro/hidden-tags
Private/Hidden tags
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 2f188d29..da3e8c65 100644 --- a/tests/utils/ReferenceLinkDB.php +++ b/tests/utils/ReferenceLinkDB.php | |||
@@ -28,7 +28,7 @@ class ReferenceLinkDB | |||
28 | 'A free software media publishing platform', | 28 | 'A free software media publishing platform', |
29 | 0, | 29 | 0, |
30 | '20130614_184135', | 30 | '20130614_184135', |
31 | 'gnu media web' | 31 | 'gnu media web .hidden' |
32 | ); | 32 | ); |
33 | 33 | ||
34 | $this->addLink( | 34 | $this->addLink( |