Changeset 49025 for trunk/tests/phpunit/tests/image/editorImagick.php
- Timestamp:
- 09/21/2020 01:25:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/editorImagick.php
r48937 r49025 549 549 * 550 550 * @ticket 37140 551 * @requires function exif_read_data 551 552 */ 552 553 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 557 554 $file = DIR_TESTDATA . '/images/test-image-upside-down.jpg'; 558 555 $data = wp_read_image_metadata( $file );
Note: See TracChangeset
for help on using the changeset viewer.