summaryrefslogtreecommitdiff
path: root/tests/app/RepositoryTest.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2020-12-31 17:25:53 +0000
committerGreg Roach <greg@subaqua.co.uk>2020-12-31 17:25:53 +0000
commit5a3d686c80adfca18cef9b4e7801f106b6c8f071 (patch)
treec41f5b69fa36759ba80bab1f273b0d16592bef40 /tests/app/RepositoryTest.php
parente563f71a2ec59b5b8c8626ad0e824fc8d8c4553c (diff)
downloadwebtrees-5a3d686c80adfca18cef9b4e7801f106b6c8f071.tar.gz
webtrees-5a3d686c80adfca18cef9b4e7801f106b6c8f071.tar.bz2
webtrees-5a3d686c80adfca18cef9b4e7801f106b6c8f071.zip
Tests
Diffstat (limited to 'tests/app/RepositoryTest.php')
-rw-r--r--tests/app/RepositoryTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/app/RepositoryTest.php b/tests/app/RepositoryTest.php
index 94a6eac67b..ba883759a2 100644
--- a/tests/app/RepositoryTest.php
+++ b/tests/app/RepositoryTest.php
@@ -21,6 +21,8 @@ namespace Fisharebest\Webtrees;
/**
* Test harness for the class Repository
+ *
+ * @covers \Fisharebest\Webtrees\Repository
*/
class RepositoryTest extends TestCase
{