Skip to content

Commit

Permalink
Adds a few more test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeraymonddowning committed Jun 6, 2021
1 parent 9128b19 commit 8699548
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/View/Blade/BladeEchoHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ public function handlerLogicDataProvider()
return [
['{{$exampleObject}}'],
['{{$exampleObject;}}'],
['{{{$exampleObject;}}}'],
['{!!$exampleObject;!!}'],
];
}
Expand Down

0 comments on commit 8699548

Please sign in to comment.