From b665a4881c706eea476fcaf79a21996e9b65514d Mon Sep 17 00:00:00 2001 From: V13Axel Date: Tue, 11 Jun 2024 11:15:45 -0400 Subject: [PATCH] Add an example with double quotes --- tests/Unit/ExampleTest.php | 4 ++++ 1 file changed, 4 insertions(+) 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(); +});