diff --git a/tests/CacheProfiles/CacheAllSuccessfulGetRequestsTest.php b/tests/CacheProfiles/CacheAllSuccessfulGetRequestsTest.php index 829cd55..85afaa4 100644 --- a/tests/CacheProfiles/CacheAllSuccessfulGetRequestsTest.php +++ b/tests/CacheProfiles/CacheAllSuccessfulGetRequestsTest.php @@ -4,7 +4,6 @@ use function PHPUnit\Framework\assertEquals; use function PHPUnit\Framework\assertFalse; - use function PHPUnit\Framework\assertTrue; use Spatie\ResponseCache\CacheProfiles\CacheAllSuccessfulGetRequests; diff --git a/tests/Commands/ClearCommandTest.php b/tests/Commands/ClearCommandTest.php index fc58495..d11316f 100644 --- a/tests/Commands/ClearCommandTest.php +++ b/tests/Commands/ClearCommandTest.php @@ -8,7 +8,6 @@ use Spatie\ResponseCache\Events\ClearedResponseCache; use Spatie\ResponseCache\Events\ClearingResponseCache; - use Spatie\ResponseCache\ResponseCacheRepository; beforeEach(function () {