Make WordPress Core


Ignore:
Timestamp:
06/23/2022 07:45:24 PM (2 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/DeletePlugin.php

    r51870 r53561  
    99 *
    1010 * @group ajax
     11 *
     12 * @covers ::wp_ajax_delete_plugin
    1113 */
    1214class Tests_Ajax_Delete_Plugin extends WP_Ajax_UnitTestCase {
     
    128130    /**
    129131     * @group ms-excluded
     132     *
     133     * @covers ::wp_ajax_delete_plugin
     134     * @covers ::delete_plugins
    130135     */
    131136    public function test_delete_plugin() {
Note: See TracChangeset for help on using the changeset viewer.