diff --git a/tests/Unit/ExampleTest.php b/tests/Unit/ExampleTest.php index 61cd84c..7739dd4 100644 --- a/tests/Unit/ExampleTest.php +++ b/tests/Unit/ExampleTest.php @@ -3,3 +3,7 @@ test('example', function () { expect(true)->toBeTrue(); }); + +test("double quote example", function() { + expect(true)->toBeTrue(); +});