diff options
Diffstat (limited to 'tests/app/Http/RequestHandlers/SiteLogsDownloadTest.php')
| -rw-r--r-- | tests/app/Http/RequestHandlers/SiteLogsDownloadTest.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/app/Http/RequestHandlers/SiteLogsDownloadTest.php b/tests/app/Http/RequestHandlers/SiteLogsDownloadTest.php index 9f45f10dc6..d33d76892c 100644 --- a/tests/app/Http/RequestHandlers/SiteLogsDownloadTest.php +++ b/tests/app/Http/RequestHandlers/SiteLogsDownloadTest.php @@ -24,10 +24,9 @@ use Fisharebest\Webtrees\Services\SiteLogsService; use Fisharebest\Webtrees\TestCase; use Illuminate\Database\Query\Builder; use Illuminate\Support\Collection; +use PHPUnit\Framework\Attributes\CoversClass; -/** - * @covers \Fisharebest\Webtrees\Http\RequestHandlers\SiteLogsDownload - */ +#[CoversClass(SiteLogsDownload::class)] class SiteLogsDownloadTest extends TestCase { public function testResponse(): void |
