Make WordPress Core


Ignore:
Timestamp:
06/23/2022 08:27:34 PM (2 years ago)
Author:
azaozz
Message:

Build/Test Tools, Formatting group:

  • Add and update @covers tags.
  • Add and improve docs and inline comments.

Props pbeane, hellofromTonya, antonvlasenko, ironprogrammer, SergeyBiryukov, costdev.
See #39265.

File:
1 edited

Legend:

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

    r52010 r53562  
    1010     *
    1111     * @dataProvider data_basic_features
     12     *
     13     * @covers ::wp_html_split
    1214     */
    1315    public function test_basic_features( $input, $output ) {
     
    4042     *
    4143     * @dataProvider data_whole_posts
     44     *
     45     * @covers ::preg_split
    4246     */
    4347    public function test_pcre_performance( $input ) {
Note: See TracChangeset for help on using the changeset viewer.