Changeset 50814 for trunk/tests/phpunit/tests/image/functions.php
- Timestamp:
- 05/05/2021 05:06:17 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/image/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/functions.php
r50810 r50814 100 100 $file = DIR_TESTDATA . '/images/test-image.webp'; 101 101 $editor = wp_get_image_editor( $file ); 102 if ( ( ! is_wp_error( $editor ) ) && $editor->supports_mime_type( 'image/webp' ) ) { 102 103 if ( ! is_wp_error( $editor ) && $editor->supports_mime_type( 'image/webp' ) ) { 103 104 $files = array_merge( 104 105 $files,
Note: See TracChangeset
for help on using the changeset viewer.