Changeset 1153 in tests for trunk/tests/image/base.php
- Timestamp:
- 11/22/2012 08:34:56 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/tests/image/base.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/image/base.php
r1148 r1153 14 14 $this->markTestSkipped( sprintf('The image editor engine %s is not supported on this system', $this->editor_engine) ); 15 15 } 16 add_filter( ' image_editor_class', array( $this, 'setEngine') );16 add_filter( 'wp_image_editor_class', array( $this, 'setEngine') ); 17 17 } 18 18 … … 21 21 */ 22 22 public function tearDown() { 23 remove_filter( ' image_editor_class', array( $this, 'setEngine' ) );23 remove_filter( 'wp_image_editor_class', array( $this, 'setEngine' ) ); 24 24 } 25 25
Note: See TracChangeset
for help on using the changeset viewer.