diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2023-12-23 16:18:22 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2023-12-30 22:34:36 +0000 |
| commit | a9b613b19a7bebd6295716a08ffb33e94a76bd34 (patch) | |
| tree | e9e75dbadb2942406d4d6034a9896944ff331438 /tests/app/Http/RequestHandlers/WebmanifestJsonTest.php | |
| parent | de92d7140e7c759005cf544eb0e1564537648f08 (diff) | |
| download | webtrees-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.php | 2 |
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 { |
