Make WordPress Core


Ignore:
Timestamp:
10/31/2022 01:54:00 PM (23 months ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/formatting/excerptRemoveBlocks.php

    r54088 r54728  
    44 * @group formatting
    55 * @ticket 46133
     6 *
     7 * @covers ::excerpt_remove_blocks
    68 */
    79class Tests_Formatting_ExcerptRemoveBlocks extends WP_UnitTestCase {
     
    9193     *
    9294     * @ticket 46133
    93      *
    94      * @covers ::excerpt_remove_blocks
    9595     */
    9696    public function test_excerpt_remove_blocks() {
Note: See TracChangeset for help on using the changeset viewer.