Changeset 31622 for trunk/tests/phpunit/tests/image/base.php
- Timestamp:
- 03/05/2015 01:14:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/base.php
r30549 r31622 23 23 */ 24 24 public function tearDown() { 25 remove_filter( 'wp_image_editors', array( $this, 'setEngine' ), 10, 2 ); 25 26 parent::tearDown(); 26 27 remove_filter( 'wp_image_editors', array( $this, 'setEngine' ), 10, 2 );28 27 } 29 28
Note: See TracChangeset
for help on using the changeset viewer.