summaryrefslogtreecommitdiff
path: root/tests/app/Http/RequestHandlers/WebmanifestJsonTest.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2023-12-23 16:18:22 +0000
committerGreg Roach <greg@subaqua.co.uk>2023-12-30 22:34:36 +0000
commita9b613b19a7bebd6295716a08ffb33e94a76bd34 (patch)
treee9e75dbadb2942406d4d6034a9896944ff331438 /tests/app/Http/RequestHandlers/WebmanifestJsonTest.php
parentde92d7140e7c759005cf544eb0e1564537648f08 (diff)
downloadwebtrees-a9b613b19a7bebd6295716a08ffb33e94a76bd34.tar.gz
webtrees-a9b613b19a7bebd6295716a08ffb33e94a76bd34.tar.bz2
webtrees-a9b613b19a7bebd6295716a08ffb33e94a76bd34.zip
Fix: typo in @covers annotation
Diffstat (limited to 'tests/app/Http/RequestHandlers/WebmanifestJsonTest.php')
-rw-r--r--tests/app/Http/RequestHandlers/WebmanifestJsonTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Http/RequestHandlers/WebmanifestJsonTest.php b/tests/app/Http/RequestHandlers/WebmanifestJsonTest.php
index de1444bbcb..c648f98443 100644
--- a/tests/app/Http/RequestHandlers/WebmanifestJsonTest.php
+++ b/tests/app/Http/RequestHandlers/WebmanifestJsonTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class WebmanifestJson
*
- * @covers Fisharebest\Webtrees\Http\RequestHandlers\WebmanifestJson
+ * @covers \Fisharebest\Webtrees\Http\RequestHandlers\WebmanifestJson
*/
class WebmanifestJsonTest extends TestCase
{