diff options
author | VirtualTam <virtualtam+github@flibidi.net> | 2016-10-21 11:04:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-21 11:04:52 +0200 |
commit | 3d5e0aede31e07f060e3ca470d36374c54d5040c (patch) | |
tree | 77d08b9ea6d45946c21a55b5389cb66ba2e887cd /tests/utils | |
parent | 954dc2446caade6ccad3ffd1173ef139c1f36ad3 (diff) | |
parent | 735ed4a94e1da5874195ac47c00612043a193edf (diff) | |
download | Shaarli-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')
-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', |