Changeset 56559 for trunk/tests/phpunit/tests/image/intermediateSize.php
- Timestamp:
- 09/12/2023 03:21:02 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/intermediateSize.php
r54226 r56559 70 70 add_filter( 71 71 'image_editor_output_format', 72 static function () {72 static function () { 73 73 return array( 'image/jpeg' => 'image/webp' ); 74 74 }
Note: See TracChangeset
for help on using the changeset viewer.