Tests: Move some @covers tags in the formatting group to the class DocBlock.

This aims to bring more consistency, as these test classes typically cover a single function, unless noted otherwise.

Follow-up to [53562], [53571], [54051].

See #56793.

git-svn-id: https://develop.svn.wordpress.org/trunk@54728 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2022-10-31 13:54:00 +00:00
parent 8fd6b038ac
commit 18f244c440
9 changed files with 13 additions and 135 deletions

View File

@@ -3,6 +3,8 @@
/**
* @group formatting
* @ticket 46133
*
* @covers ::excerpt_remove_blocks
*/
class Tests_Formatting_ExcerptRemoveBlocks extends WP_UnitTestCase {
@@ -90,8 +92,6 @@ class Tests_Formatting_ExcerptRemoveBlocks extends WP_UnitTestCase {
* Tests excerpt_remove_blocks().
*
* @ticket 46133
*
* @covers ::excerpt_remove_blocks
*/
public function test_excerpt_remove_blocks() {
// Simple dynamic block..