Make WordPress Core


Ignore:
Timestamp:
09/19/2020 03:52:03 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Tests: Add missing @covers tags for files in phpunit/tests/functions/.

Props pbearne, jrf.
See #39265.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/functions/deprecated.php

    r48221 r49006  
    44 * Test cases for deprecated functions, arguments, and files
    55 *
    6  * @package    WordPress
     6 * @package WordPress
    77 * @subpackage Unit Tests
    8  * @since      3.5.0
    9  * @group      deprecated
     8 *
     9 * @since 3.5.0
     10 *
     11 * @group functions.php
     12 * @group deprecated
    1013 */
    1114class Tests_Functions_Deprecated extends WP_UnitTestCase {
     
    141144     * @ticket 6821
    142145     * @expectedDeprecated wp_save_image_file
     146     *
     147     * @covers ::wp_save_image_file
    143148     */
    144149    public function test_wp_save_image_file_deprecated_with_gd_resource() {
     
    164169     *
    165170     * @ticket 6821
     171     *
     172     * @covers ::wp_save_image_file
    166173     */
    167174    public function test_wp_save_image_file_not_deprecated_with_wp_image_editor() {
Note: See TracChangeset for help on using the changeset viewer.