Skip to content

Commit

Permalink
Fix typo in grouping-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Fan2Shrek authored Nov 25, 2024
1 parent e211b06 commit 33b2f57
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 33b2f57

Please sign in to comment.