Make WordPress Core


Ignore:
Timestamp:
08/08/2022 11:22:43 PM (4 years ago)
Author:
azaozz
Message:

Build/Test Tools: Add @covers tags to the import tests.

Props pbearne, jrf, hellofromTonya, patopaiar, ironprogrammer, antonvlasenko, SergeyBiryukov, costdev.
See #39265.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/import/import.php

    r52010 r53864  
    3434        }
    3535
     36        /**
     37         * @covers WP_Import::import
     38         */
    3639        public function test_small_import() {
    3740                global $wpdb;
     
    202205        }
    203206
     207        /**
     208         * @covers WP_Import::import
     209         */
    204210        public function test_double_import() {
    205211                $authors = array(
     
    243249        }
    244250
     251        /**
     252         * @covers ::get_importers
     253         */
    245254        public function test_ordering_of_importers() {
    246255                global $wp_importers;
     
    268277        /**
    269278         * @ticket 21007
     279         *
     280         * @covers WP_Import::import
    270281         */
    271282        public function test_slashes_should_not_be_stripped() {
Note: See TracChangeset for help on using the changeset viewer.