Changes between Version 1 and Version 2 of Ticket #56070, comment 4
- Timestamp:
- 06/26/2022 01:39:46 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56070, comment 4
v1 v2 18 18 Along the same lines, aside from some very specific exceptions - the groups being run separately in CI -, IMO the `@group` tag also should be considered discouraged as the [https://phpunit.readthedocs.io/en/9.5/textui.html#textui-examples-filter-patterns `--filter`] CLI argument of PHPUnit has come a long way and is generally much more versatile than using `@group`. 19 19 20 For documenting the format, it might be a good idea to also mention the [https://phpunit.readthedocs.io/en/9.5/annotations.html#coversnothing `@coversNothing ]`tag in the `@covers` block as this is a tag which will at times be used.20 For documenting the format, it might be a good idea to also mention the [https://phpunit.readthedocs.io/en/9.5/annotations.html#coversnothing `@coversNothing`] tag in the `@covers` block as this is a tag which will at times be used. 21 21 22 22 Additional PHPUnit specific tag to consider adding to the format: [https://phpunit.readthedocs.io/en/9.5/annotations.html#doesnotperformassertions `@doesNotPerformAssertions`].