Ticket #42447: 42447.2.diff
File 42447.2.diff, 611 bytes (added by , 7 years ago) |
---|
-
tests/phpunit/tests/image/editorImagick.php
550 550 * @ticket 37140 551 551 */ 552 552 public function test_remove_orientation_data_on_rotate() { 553 if ( ! function_exists( 'exif_read_data' ) ) { 554 $this->markTestSkipped( 'This system is missing required 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 ); 555 559