Changeset 29834 for trunk/tests/phpunit/tests/image/functions.php
- Timestamp:
- 10/04/2014 01:11:38 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/image/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/functions.php
r29120 r29834 225 225 // Save the image as each file extension, check the mime type 226 226 $img = wp_get_image_editor( DIR_TESTDATA . '/images/canola.jpg' ); 227 $this->assertNotInstanceOf( 'WP_Error', $img ); 228 227 229 $temp = get_temp_dir(); 228 230 foreach ( $mime_types as $ext => $mime_type ) {
Note: See TracChangeset
for help on using the changeset viewer.