Skip to content

Commit

Permalink
fix grouping-tests.md example
Browse files Browse the repository at this point in the history
  • Loading branch information
GabriOliv authored Nov 11, 2024
1 parent e211b06 commit 6b635de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grouping-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 6b635de

Please sign in to comment.