aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/utils
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2016-10-20 21:24:39 +0200
committerVirtualTam <virtualtam@flibidi.net>2016-10-20 21:33:42 +0200
commit735ed4a94e1da5874195ac47c00612043a193edf (patch)
treecd581c5cb47c5561e0db60d03e113be63fb23688 /tests/utils
parentf21abf329234ae4d5a1d56c5a9dd0bc11f80bac8 (diff)
downloadShaarli-735ed4a94e1da5874195ac47c00612043a193edf.tar.gz
Shaarli-735ed4a94e1da5874195ac47c00612043a193edf.tar.zst
Shaarli-735ed4a94e1da5874195ac47c00612043a193edf.zip
LinkDB: explicit method visibility
Relates to https://github.com/shaarli/Shaarli/issues/95 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
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 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',