Changeset 1124 in tests for trunk/tests/image/base.php
- Timestamp:
- 11/09/2012 09:17:07 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/tests/image/base.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/image/base.php
r1123 r1124 12 12 $class = $this->editor_engine; 13 13 if ( ! call_user_func( array( $class, 'test' ) ) ) { 14 $this->markTestSkipped( sprintf('The image editor engine %s is not supported on this system', $this->e itor_engine) );14 $this->markTestSkipped( sprintf('The image editor engine %s is not supported on this system', $this->editor_engine) ); 15 15 } 16 16 add_filter( 'image_editor_class', array( $this, 'setEngine') );
Note: See TracChangeset
for help on using the changeset viewer.