Update TestResponse import
This commit is contained in:
parent
235eaf580a
commit
6dce5cad23
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue