Changeset 54722 for trunk/tests/phpunit/tests/ajax/wpAjaxImageEditor.php
- Timestamp:
- 10/30/2022 01:05:06 AM (3 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/wpAjaxImageEditor.php
r54721 r54722 8 8 * Testing Ajax media editing. 9 9 * 10 * @package 10 * @package WordPress 11 11 * @subpackage UnitTests 12 * @since 3.5.0 13 * @group ajax 12 * @since 3.5.0 14 13 * 15 * @requires function imagejpeg 14 * @group ajax 15 * 16 * @covers ::wp_ajax_image_editor 17 * 18 * @requires function imagejpeg 16 19 */ 17 class Tests_Ajax_ MediaEditextends WP_Ajax_UnitTestCase {20 class Tests_Ajax_wpAjaxImageEditor extends WP_Ajax_UnitTestCase { 18 21 19 22 /**
Note: See TracChangeset
for help on using the changeset viewer.