From 6dce5cad230db382cbbf4e85a30f6cb5ff046a67 Mon Sep 17 00:00:00 2001 From: Jonathan Reinink Date: Wed, 29 Jul 2020 10:21:45 -0400 Subject: [PATCH] Update TestResponse import --- tests/TestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index 03a1f98..9d48575 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -4,7 +4,7 @@ namespace Tests; use Illuminate\Support\Arr; use PHPUnit\Framework\Assert; -use Illuminate\Foundation\Testing\TestResponse; +use Illuminate\Testing\TestResponse; use Illuminate\Foundation\Testing\TestCase as BaseTestCase; abstract class TestCase extends BaseTestCase