Changeset 53522
- Timestamp:
- 06/19/2022 12:47:47 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/image/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/functions.php
r53497 r53522 358 358 359 359 unlink( $file ); 360 } 361 362 public function filter_image_editor_output_format() { 363 return array_fill_keys( array( 'image/jpg', 'image/jpeg', 'image/png' ), 'image/webp' ); 360 364 } 361 365 … … 679 683 } 680 684 681 public function filter_image_editor_output_format() {682 return array_fill_keys( array( 'image/jpg', 'image/jpeg', 'image/png' ), 'image/webp' );683 }684 685 685 public function filter_fallback_intermediate_image_sizes( $fallback_sizes, $metadata ) { 686 686 // Add the 'test-size' to the list of fallback sizes.
Note: See TracChangeset
for help on using the changeset viewer.