Make WordPress Core


Ignore:
Timestamp:
06/23/2022 07:45:24 PM (4 years ago)
Author:
azaozz
Message:

Build/Test Tools: Add missing @covers tags for the AJAX test group.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/ajax/Autosave.php

    r51451 r53561  
    4444        /**
    4545         * Tests autosaving a post.
     46         *
     47         * @covers ::wp_ajax_heartbeat
    4648         */
    4749        public function test_autosave_post() {
     
    8587        /**
    8688         * Tests autosaving a locked post.
     89         *
     90         * @covers ::wp_ajax_heartbeat
    8791         */
    8892        public function test_autosave_locked_post() {
     
    136140        /**
    137141         * Tests with an invalid nonce.
     142         *
     143         * @covers ::wp_ajax_heartbeat
    138144         */
    139145        public function test_with_invalid_nonce() {
Note: See TracChangeset for help on using the changeset viewer.