Skip to content

Commit

Permalink
Merge pull request #34677 from AmandoVledder/fix-see-in-order-import
Browse files Browse the repository at this point in the history
[8.x] Fix missing import in TestView.php
  • Loading branch information
driesvints authored Oct 5, 2020
2 parents 02a899e + f43ac45 commit 67438af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Testing/TestView.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Illuminate\Support\Traits\Macroable;
use Illuminate\Testing\Assert as PHPUnit;
use Illuminate\Testing\Constraints\SeeInOrder;
use Illuminate\View\View;

class TestView
Expand Down

0 comments on commit 67438af

Please sign in to comment.