aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/utils/ReferenceLinkDB.php
diff options
context:
space:
mode:
authorVirtualTam <virtualtam+github@flibidi.net>2016-10-21 11:04:52 +0200
committerGitHub <noreply@github.com>2016-10-21 11:04:52 +0200
commit3d5e0aede31e07f060e3ca470d36374c54d5040c (patch)
tree77d08b9ea6d45946c21a55b5389cb66ba2e887cd /tests/utils/ReferenceLinkDB.php
parent954dc2446caade6ccad3ffd1173ef139c1f36ad3 (diff)
parent735ed4a94e1da5874195ac47c00612043a193edf (diff)
downloadShaarli-3d5e0aede31e07f060e3ca470d36374c54d5040c.tar.gz
Shaarli-3d5e0aede31e07f060e3ca470d36374c54d5040c.tar.zst
Shaarli-3d5e0aede31e07f060e3ca470d36374c54d5040c.zip
Merge pull request #673 from virtualtam/cleanup/linkdb
LinkDB: code cleanup
Diffstat (limited to 'tests/utils/ReferenceLinkDB.php')
-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 937961c8..abca4656 100644
--- a/tests/utils/ReferenceLinkDB.php
+++ b/tests/utils/ReferenceLinkDB.php
@@ -13,7 +13,7 @@ class ReferenceLinkDB
13 /** 13 /**
14 * Populates the test DB with reference data 14 * Populates the test DB with reference data
15 */ 15 */
16 function __construct() 16 public function __construct()
17 { 17 {
18 $this->addLink( 18 $this->addLink(
19 'Link title: @website', 19 'Link title: @website',