From 688a416a0717dd521c55f41d29166ac8cf873e28 Mon Sep 17 00:00:00 2001 From: kenjis Date: Thu, 9 May 2024 21:24:02 +0900 Subject: [PATCH] docs: replace @group with Group attribute --- tests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/README.md b/tests/README.md index 5de4f7f2cc8e..fdcef8a6d57f 100644 --- a/tests/README.md +++ b/tests/README.md @@ -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: