From 6b635de290996ce005ff2f0db43cf5a3b1182356 Mon Sep 17 00:00:00 2001 From: "Gabriel O. Laureano" <43646296+GabriOliv@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:09:20 -0300 Subject: [PATCH] fix grouping-tests.md example --- grouping-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grouping-tests.md b/grouping-tests.md index 4599e4a..26ad367 100644 --- a/grouping-tests.md +++ b/grouping-tests.md @@ -41,7 +41,7 @@ If you want to assign a group to a describe block, you can do so by chaining the ```php describe('home', function () { - test('main page', function () + test('main page', function () { // }); })->group('feature');