- Timestamp:
- 01/10/2018 01:16:56 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/editorImagick.php
r42343 r42431 551 551 */ 552 552 public function test_remove_orientation_data_on_rotate() { 553 if ( ! function_exists( 'exif_read_data' ) ) { 554 $this->markTestSkipped( 'This test requires the exif_read_data function.' ); 555 } 556 553 557 $file = DIR_TESTDATA . '/images/test-image-upside-down.jpg'; 554 558 $data = wp_read_image_metadata( $file );
Note: See TracChangeset
for help on using the changeset viewer.