diff options
author | VirtualTam <virtualtam@flibidi.net> | 2016-10-20 21:24:39 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-11-05 14:30:13 +0100 |
commit | 0ba559c2aeefd3b817fb6b3e335303551713167b (patch) | |
tree | 99567d3f9d124f830951f13b0e1ca35b8a824cb3 /tests | |
parent | 72ccf0723c419618b2b6a822721628a9188bcbf0 (diff) | |
download | Shaarli-0ba559c2aeefd3b817fb6b3e335303551713167b.tar.gz Shaarli-0ba559c2aeefd3b817fb6b3e335303551713167b.tar.zst Shaarli-0ba559c2aeefd3b817fb6b3e335303551713167b.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')
-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 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', |