From 008a12bb69478075f64e1cf4d9a09c7c1a28e959 Mon Sep 17 00:00:00 2001 From: Nielsvanpach Date: Mon, 18 Nov 2024 11:37:25 +0000 Subject: [PATCH] Fix styling --- tests/CacheProfiles/CacheAllSuccessfulGetRequestsTest.php | 1 - tests/Commands/ClearCommandTest.php | 1 - 2 files changed, 2 deletions(-) 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 () {