Changeset 56559 for trunk/tests/phpunit/tests/image/functions.php
- Timestamp:
- 09/12/2023 03:21:02 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/functions.php
r55935 r56559 693 693 add_filter( 694 694 'wp_image_editors', 695 static function ( $editors ) {695 static function ( $editors ) { 696 696 return array( 'WP_Image_Editor_Mock' ); 697 697 } … … 719 719 add_filter( 720 720 'image_editor_output_format', 721 static function () {721 static function () { 722 722 return array_fill_keys( array( 'image/jpg', 'image/jpeg', 'image/png' ), 'image/webp' ); 723 723 }
Note: See TracChangeset
for help on using the changeset viewer.