diff --git a/src/Illuminate/Testing/TestResponse.php b/src/Illuminate/Testing/TestResponse.php index edc85e2a13df..aeee4fe59c7e 100644 --- a/src/Illuminate/Testing/TestResponse.php +++ b/src/Illuminate/Testing/TestResponse.php @@ -14,9 +14,7 @@ use Illuminate\Support\Traits\Tappable; use Illuminate\Testing\Assert as PHPUnit; use Illuminate\Testing\Constraints\SeeInOrder; -use Illuminate\Testing\Fluent\Assert as FluentAssert; use Illuminate\Testing\Fluent\AssertableJson; -use Illuminate\Testing\Fluent\FluentAssertableJson; use LogicException; use Symfony\Component\HttpFoundation\StreamedResponse; diff --git a/tests/Testing/TestResponseTest.php b/tests/Testing/TestResponseTest.php index 1ac9ebba7373..b6a1e5531a54 100644 --- a/tests/Testing/TestResponseTest.php +++ b/tests/Testing/TestResponseTest.php @@ -9,7 +9,6 @@ use Illuminate\Encryption\Encrypter; use Illuminate\Filesystem\Filesystem; use Illuminate\Http\Response; -use Illuminate\Testing\Fluent\Assert; use Illuminate\Testing\Fluent\AssertableJson; use Illuminate\Testing\TestResponse; use JsonSerializable;