Changeset 50463 for trunk/tests/phpunit/tests/image/resize.php
- Timestamp:
- 03/01/2021 06:42:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/resize.php
r49033 r50463 15 15 16 16 add_filter( 'wp_image_editors', array( $this, 'wp_image_editors' ) ); 17 }18 19 public function tearDown() {20 remove_filter( 'wp_image_editors', array( $this, 'wp_image_editors' ) );21 22 parent::tearDown();23 17 } 24 18
Note: See TracChangeset
for help on using the changeset viewer.