Make WordPress Core

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


Ignore:
Timestamp:
06/26/2022 01:38:02 PM (4 years ago)
Author:
jrf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56070, comment 4

    initial v1  
    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 `@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
    22 Additional PHPUnit specific tag to consider adding to the format: `@doesNotPerformAssertions`.
     22Additional PHPUnit specific tag to consider adding to the format: [https://phpunit.readthedocs.io/en/9.5/annotations.html#doesnotperformassertions `@doesNotPerformAssertions`].
    2323
    2424For the record, also note that the `@ticket` tag is actually an alias for the PHPUnit `@group` tag.