Changeset 54086 for trunk/tests/phpunit/tests/image/editorImagick.php
- Timestamp:
- 09/06/2022 09:13:17 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/editorImagick.php
r52837 r54086 19 19 require_once DIR_TESTROOT . '/includes/class-wp-test-stream.php'; 20 20 21 add_filter( 'image_editor_output_format', '__return_empty_array' ); 22 21 23 // This needs to come after the mock image editor class is loaded. 22 24 parent::set_up(); … … 31 33 32 34 $this->remove_added_uploads(); 35 36 remove_filter( 'image_editor_output_format', '__return_empty_array' ); 33 37 34 38 parent::tear_down();
Note: See TracChangeset
for help on using the changeset viewer.