Skip to content

Commit efa40e7

Browse files
committed
docs: fix outdated description
Atrribute is not written at doc block.
1 parent 688a416 commit efa40e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ exclude `@DatabaseLive` group. This will make the tests run quite a bit faster.
6262
## Groups
6363

6464
Each test class that we are running should belong to at least one
65-
[Group](https://docs.phpunit.de/en/10.5/attributes.html#group) attribute that is
66-
written at class-level doc block.
65+
[Group](https://docs.phpunit.de/en/10.5/attributes.html#group) attribute to the
66+
test class.
6767

6868
The available groups to use are:
6969

0 commit comments

Comments
 (0)