Tests: Second pass at merging file-level and class-level DocBlocks in various unit test files.

Per the[https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#6-file-headers documentation standards], whenever possible, all WordPress files should contain a header DocBlock, regardless of the file’s contents – this includes files containing classes.

However, this recommendation makes less sense for unit test classes if not applied consistently, and the duplicate tags cause some confusion.

This commit aims to reduce confusion and avoid repeating information by combining the DocBlocks.

Follow-up to [55337].

Props sakibmd, fuadragib, robinwpdeveloper, naeemhaque, seakashdiu, jakariaistauk, hasanmisbah, SergeyBiryukov.
Fixes #57723.

git-svn-id: https://develop.svn.wordpress.org/trunk@55457 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2023-03-03 14:42:42 +00:00
parent 6a574d7676
commit b0f085ece3
73 changed files with 94 additions and 375 deletions

View File

@@ -4,9 +4,7 @@
*
* @package WordPress
* @subpackage REST API
*/
/**
*
* @group restapi
* @group pattern-directory
*/