Changeset 54226 for trunk/tests/phpunit/tests/image/functions.php
- Timestamp:
- 09/19/2022 10:51:53 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/functions.php
r54090 r54226 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();38 28 } 39 29
Note: See TracChangeset
for help on using the changeset viewer.