Make WordPress Core


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

    r53159 r53561  
    1717     *
    1818     * @ticket 42937
     19     *
     20     * @covers ::wp_ajax_add_tag
     21     * @covers ::wp_insert_term
    1922     *
    2023     * @param array                 $post_data Data to populate $_POST.
     
    9194    /**
    9295     * @ticket 42937
     96     *
     97     * @covers ::wp_ajax_add_tag
    9398     */
    9499    public function test_adding_category_without_capability_should_error() {
     
    109114    /**
    110115     * @ticket 42937
     116     *
     117     * @covers ::wp_ajax_add_tag
     118     * @covers ::wp_insert_term
    111119     */
    112120    public function test_adding_existing_category_should_error() {
Note: See TracChangeset for help on using the changeset viewer.