Make WordPress Core

Changeset 60699


Ignore:
Timestamp:
09/01/2025 06:03:38 PM (6 months ago)
Author:
SergeyBiryukov
Message:

Tests: Remove redundant @covers tags in wp_mail() tests.

@covers has already been added at the class level, so there is no need to add it to individual unit tests.

Follow-up to [54702], [60698].

Props mukesh27.
See #28059.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/pluggable/wpMail.php

    r60698 r60699  
    557557
    558558    /**
    559      * Test that wp_mail() can send embedded images.
     559     * Tests that wp_mail() can send embedded images.
    560560     *
    561561     * @ticket 28059
    562      * @covers ::wp_mail
    563562     */
    564563    public function test_wp_mail_can_send_embedded_images() {
     
    594593        }
    595594    }
    596     /**
    597      * Test that wp_mail() can send embedded images as a multiple line string.
     595
     596    /**
     597     * Tests that wp_mail() can send embedded images as a multiple line string.
    598598     *
    599599     * @ticket 28059
    600      * @covers ::wp_mail
    601600     */
    602601    public function test_wp_mail_string_embeds() {
Note: See TracChangeset for help on using the changeset viewer.