Changeset 54226 for trunk/tests/phpunit/tests/image/resize.php
- Timestamp:
- 09/19/2022 10:51:53 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/resize.php
r54086 r54226 15 15 16 16 add_filter( 'wp_image_editors', array( $this, 'wp_image_editors' ) ); 17 add_filter( 'image_editor_output_format', '__return_empty_array' );18 }19 20 /**21 * Tear down the class.22 */23 public function tear_down() {24 remove_filter( 'image_editor_output_format', '__return_empty_array' );25 parent::tear_down();26 17 } 27 18
Note: See TracChangeset
for help on using the changeset viewer.