Changeset 54086 for trunk/tests/phpunit/tests/image/resize.php
- Timestamp:
- 09/06/2022 09:13:17 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/resize.php
r53463 r54086 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(); 17 26 } 18 27
Note: See TracChangeset
for help on using the changeset viewer.