Commit 6dce5cad by Jonathan Reinink

Update TestResponse import

1 parent 235eaf58
Showing with 1 additions and 1 deletions
...@@ -4,7 +4,7 @@ namespace Tests; ...@@ -4,7 +4,7 @@ namespace Tests;
use Illuminate\Support\Arr; use Illuminate\Support\Arr;
use PHPUnit\Framework\Assert; use PHPUnit\Framework\Assert;
use Illuminate\Foundation\Testing\TestResponse; use Illuminate\Testing\TestResponse;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase; use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase abstract class TestCase extends BaseTestCase
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!