Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #56070, comment 4


Ignore:
Timestamp:
06/26/2022 01:39:46 PM (3 years ago)
Author:
jrf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56070, comment 4

    v1 v2  
    1818Along 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`.
    1919
    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.
     20For 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.
    2121
    2222Additional PHPUnit specific tag to consider adding to the format: [https://phpunit.readthedocs.io/en/9.5/annotations.html#doesnotperformassertions `@doesNotPerformAssertions`].