Skip to content

Commit

Permalink
Merge pull request #298 from Fan2Shrek/master
Browse files Browse the repository at this point in the history
Fix typo in grouping-tests
  • Loading branch information
owenvoke authored Nov 25, 2024
2 parents e211b06 + 33b2f57 commit 0f1d9e3
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 0f1d9e3

Please sign in to comment.