We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb01b1 commit 688a416Copy full SHA for 688a416
1 file changed
tests/README.md
@@ -62,8 +62,8 @@ exclude `@DatabaseLive` group. This will make the tests run quite a bit faster.
62
## Groups
63
64
Each test class that we are running should belong to at least one
65
-[@group](https://phpunit.readthedocs.io/en/9.5/annotations.html#group) that is written at class-level
66
-doc block.
+[Group](https://docs.phpunit.de/en/10.5/attributes.html#group) attribute that is
+written at class-level doc block.
67
68
The available groups to use are:
69
0 commit comments