Changeset 54226 for trunk/tests/phpunit/tests/image/editorImagick.php
- Timestamp:
- 09/19/2022 10:51:53 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/editorImagick.php
r54086 r54226 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 23 21 // This needs to come after the mock image editor class is loaded. 24 22 parent::set_up(); … … 33 31 34 32 $this->remove_added_uploads(); 35 36 remove_filter( 'image_editor_output_format', '__return_empty_array' );37 33 38 34 parent::tear_down();
Note: See TracChangeset
for help on using the changeset viewer.