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/Attachments.php

    r51870 r53561  
    1313    /**
    1414     * @ticket 36578
     15     *
     16     * @covers ::wp_ajax_send_attachment_to_editor
     17     * @covers ::get_image_send_to_editor
    1518     */
    1619    public function test_wp_ajax_send_attachment_to_editor_should_return_an_image() {
     
    6568     * @ticket 36578
    6669     * @group ms-excluded
     70     *
     71     * @covers ::wp_ajax_send_attachment_to_editor
    6772     */
    6873    public function test_wp_ajax_send_attachment_to_editor_should_return_a_link() {
     74        $this->skipWithMultisite();
     75
    6976        // Become an administrator.
    7077        $post    = $_POST;
Note: See TracChangeset for help on using the changeset viewer.