Changeset 1148 in tests for trunk/tests/image/base.php
- Timestamp:
- 11/21/2012 03:01:28 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/tests/image/base.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/image/base.php
r1124 r1148 16 16 add_filter( 'image_editor_class', array( $this, 'setEngine') ); 17 17 } 18 18 19 19 /** 20 20 * Undo the image editor override … … 30 30 public function setEngine() { 31 31 return $this->editor_engine; 32 } 32 } 33 33 }
Note: See TracChangeset
for help on using the changeset viewer.