Changeset 49006 for trunk/tests/phpunit/tests/functions/deprecated.php
- Timestamp:
- 09/19/2020 03:52:03 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/deprecated.php
r48221 r49006 4 4 * Test cases for deprecated functions, arguments, and files 5 5 * 6 * @package 6 * @package WordPress 7 7 * @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 10 13 */ 11 14 class Tests_Functions_Deprecated extends WP_UnitTestCase { … … 141 144 * @ticket 6821 142 145 * @expectedDeprecated wp_save_image_file 146 * 147 * @covers ::wp_save_image_file 143 148 */ 144 149 public function test_wp_save_image_file_deprecated_with_gd_resource() { … … 164 169 * 165 170 * @ticket 6821 171 * 172 * @covers ::wp_save_image_file 166 173 */ 167 174 public function test_wp_save_image_file_not_deprecated_with_wp_image_editor() {
Note: See TracChangeset
for help on using the changeset viewer.