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/wpHtmlSplit.php

    r54051 r54728  
    33/**
    44 * @group formatting
     5 *
     6 * @covers ::wp_html_split
    57 */
    68class Tests_Formatting_wpHtmlSplit extends WP_UnitTestCase {
     
    1012     *
    1113     * @dataProvider data_basic_features
    12      *
    13      * @covers ::wp_html_split
    1414     */
    1515    public function test_basic_features( $input, $output ) {
Note: See TracChangeset for help on using the changeset viewer.