From 688a416a0717dd521c55f41d29166ac8cf873e28 Mon Sep 17 00:00:00 2001 From: kenjis Date: Thu, 9 May 2024 21:24:02 +0900 Subject: [PATCH 1/2] 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: From efa40e78ae89fa98098095e645b637aabca97687 Mon Sep 17 00:00:00 2001 From: kenjis Date: Fri, 10 May 2024 07:50:22 +0900 Subject: [PATCH 2/2] docs: fix outdated description Atrribute is not written at doc block. --- tests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/README.md b/tests/README.md index fdcef8a6d57f..c0c58040917b 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://docs.phpunit.de/en/10.5/attributes.html#group) attribute that is -written at class-level doc block. +[Group](https://docs.phpunit.de/en/10.5/attributes.html#group) attribute to the +test class. The available groups to use are: