diff options
Diffstat (limited to 'tests/app/Http/Exceptions/HttpTooManyRequestsExceptionTest.php')
| -rw-r--r-- | tests/app/Http/Exceptions/HttpTooManyRequestsExceptionTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/app/Http/Exceptions/HttpTooManyRequestsExceptionTest.php b/tests/app/Http/Exceptions/HttpTooManyRequestsExceptionTest.php index a1b0dd2fbc..73e8479ec0 100644 --- a/tests/app/Http/Exceptions/HttpTooManyRequestsExceptionTest.php +++ b/tests/app/Http/Exceptions/HttpTooManyRequestsExceptionTest.php @@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Http\Exceptions; use Fisharebest\Webtrees\TestCase; use PHPUnit\Framework\Attributes\CoversClass; - #[CoversClass(HttpTooManyRequestsException::class)] class HttpTooManyRequestsExceptionTest extends TestCase { |
