Skip to content

Commit

Permalink
docs: replace @group with Group attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed May 9, 2024
1 parent 6cb01b1 commit 688a416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ exclude `@DatabaseLive` group. This will make the tests run quite a bit faster.
## Groups

Each test class that we are running should belong to at least one
[@group](https://phpunit.readthedocs.io/en/9.5/annotations.html#group) that is written at class-level
doc block.
[Group](https://docs.phpunit.de/en/10.5/attributes.html#group) attribute that is
written at class-level doc block.

The available groups to use are:

Expand Down

0 comments on commit 688a416

Please sign in to comment.