Skip to content

Commit

Permalink
Apply fixes from StyleCI (#36508)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Mar 8, 2021
1 parent 1454500 commit 0798479
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/Illuminate/Testing/TestResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
use Illuminate\Support\Traits\Tappable;
use Illuminate\Testing\Assert as PHPUnit;
use Illuminate\Testing\Constraints\SeeInOrder;
use Illuminate\Testing\Fluent\Assert as FluentAssert;
use Illuminate\Testing\Fluent\AssertableJson;
use Illuminate\Testing\Fluent\FluentAssertableJson;
use LogicException;
use Symfony\Component\HttpFoundation\StreamedResponse;

Expand Down
1 change: 0 additions & 1 deletion tests/Testing/TestResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use Illuminate\Encryption\Encrypter;
use Illuminate\Filesystem\Filesystem;
use Illuminate\Http\Response;
use Illuminate\Testing\Fluent\Assert;
use Illuminate\Testing\Fluent\AssertableJson;
use Illuminate\Testing\TestResponse;
use JsonSerializable;
Expand Down

0 comments on commit 0798479

Please sign in to comment.