Changeset 50463 for trunk/tests/phpunit/tests/image/base.php
- Timestamp:
- 03/01/2021 06:42:49 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/base.php
r49009 r50463 17 17 18 18 add_filter( 'wp_image_editors', array( $this, 'setEngine' ), 10, 2 ); 19 }20 21 /**22 * Undo the image editor override23 */24 public function tearDown() {25 remove_filter( 'wp_image_editors', array( $this, 'setEngine' ), 10, 2 );26 parent::tearDown();27 19 } 28 20
Note: See TracChangeset
for help on using the changeset viewer.