summaryrefslogtreecommitdiff
path: root/tests/app/Services
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Services')
-rw-r--r--tests/app/Services/EmailServiceTest.php2
-rw-r--r--tests/app/Services/RateLimitServiceTest.php1
2 files changed, 0 insertions, 3 deletions
diff --git a/tests/app/Services/EmailServiceTest.php b/tests/app/Services/EmailServiceTest.php
index 55704439f9..304b87d862 100644
--- a/tests/app/Services/EmailServiceTest.php
+++ b/tests/app/Services/EmailServiceTest.php
@@ -22,9 +22,7 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\Contracts\UserInterface;
use Fisharebest\Webtrees\Site;
use Fisharebest\Webtrees\TestCase;
-
use PHPUnit\Framework\Attributes\CoversClass;
-
use PHPUnit\Framework\Attributes\DataProvider;
use function function_exists;
diff --git a/tests/app/Services/RateLimitServiceTest.php b/tests/app/Services/RateLimitServiceTest.php
index 708b6a01b7..ee73cf78e6 100644
--- a/tests/app/Services/RateLimitServiceTest.php
+++ b/tests/app/Services/RateLimitServiceTest.php
@@ -23,7 +23,6 @@ use Fisharebest\Webtrees\GuestUser;
use Fisharebest\Webtrees\Http\Exceptions\HttpTooManyRequestsException;
use Fisharebest\Webtrees\TestCase;
use LogicException;
-
use PHPUnit\Framework\Attributes\CoversClass;
use function explode;