We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1454500 commit 0798479Copy full SHA for 0798479
src/Illuminate/Testing/TestResponse.php
@@ -14,9 +14,7 @@
14
use Illuminate\Support\Traits\Tappable;
15
use Illuminate\Testing\Assert as PHPUnit;
16
use Illuminate\Testing\Constraints\SeeInOrder;
17
-use Illuminate\Testing\Fluent\Assert as FluentAssert;
18
use Illuminate\Testing\Fluent\AssertableJson;
19
-use Illuminate\Testing\Fluent\FluentAssertableJson;
20
use LogicException;
21
use Symfony\Component\HttpFoundation\StreamedResponse;
22
tests/Testing/TestResponseTest.php
@@ -9,7 +9,6 @@
9
use Illuminate\Encryption\Encrypter;
10
use Illuminate\Filesystem\Filesystem;
11
use Illuminate\Http\Response;
12
-use Illuminate\Testing\Fluent\Assert;
13
use Illuminate\Testing\TestResponse;
use JsonSerializable;
0 commit comments