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

    r51568 r53561  
    2828    /**
    2929     * @ticket 22985
     30     * @requires function imagejpeg
     31     *
     32     * @covers ::wp_insert_attachment
     33     * @covers ::wp_save_image
    3034     */
    3135    public function testCropImageThumbnail() {
     
    5761    /**
    5862     * @ticket 32171
     63     * @requires function imagejpeg
     64     *
     65     * @covers ::wp_insert_attachment
     66     * @covers ::wp_save_image
    5967     */
    6068    public function testImageEditOverwriteConstant() {
Note: See TracChangeset for help on using the changeset viewer.