Skip to content

Commit 0798479

Browse files
authored
Apply fixes from StyleCI (#36508)
1 parent 1454500 commit 0798479

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/Illuminate/Testing/TestResponse.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
use Illuminate\Support\Traits\Tappable;
1515
use Illuminate\Testing\Assert as PHPUnit;
1616
use Illuminate\Testing\Constraints\SeeInOrder;
17-
use Illuminate\Testing\Fluent\Assert as FluentAssert;
1817
use Illuminate\Testing\Fluent\AssertableJson;
19-
use Illuminate\Testing\Fluent\FluentAssertableJson;
2018
use LogicException;
2119
use Symfony\Component\HttpFoundation\StreamedResponse;
2220

tests/Testing/TestResponseTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
use Illuminate\Encryption\Encrypter;
1010
use Illuminate\Filesystem\Filesystem;
1111
use Illuminate\Http\Response;
12-
use Illuminate\Testing\Fluent\Assert;
1312
use Illuminate\Testing\Fluent\AssertableJson;
1413
use Illuminate\Testing\TestResponse;
1514
use JsonSerializable;

0 commit comments

Comments
 (0)