Make WordPress Core


Ignore:
Timestamp:
08/31/2021 05:22:32 PM (5 years ago)
Author:
hellofromTonya
Message:

Tests: Add missing @covers tags for actions' tests.

Props pbearne, hudson-atwell, jrf, hellofromTonya.
See #39265.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/actions/closures.php

    r51657 r51702  
    1010        /**
    1111         * @ticket 10493
     12         *
     13         * @covers ::add_action
     14         * @covers ::has_action
     15         * @covers ::do_action
    1216         */
    1317        function test_action_closure() {
Note: See TracChangeset for help on using the changeset viewer.