Update TestResponse import

This commit is contained in:
Jonathan Reinink 2020-07-29 10:21:45 -04:00
parent 235eaf580a
commit 6dce5cad23
1 changed files with 1 additions and 1 deletions

View File

@ -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