Changeset 54086 for trunk/tests/phpunit/tests/image/functions.php
- Timestamp:
- 09/06/2022 09:13:17 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/functions.php
r54085 r54086 26 26 unlink( $file ); 27 27 } 28 29 add_filter( 'image_editor_output_format', '__return_empty_array' ); 30 } 31 32 /** 33 * Tear down the class. 34 */ 35 public function tear_down() { 36 remove_filter( 'image_editor_output_format', '__return_empty_array' ); 37 parent::tear_down(); 28 38 } 29 39
Note: See TracChangeset
for help on using the changeset viewer.