Opened 7 years ago
Closed 7 years ago
#42447 closed defect (bug) (fixed)
Mark test_remove_orientation_data_on_rotate as skipped when exif_read_data isn't available
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.9.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Media | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
The test_remove_orientation_data_on_rotate
test, which calls wp_read_image_metadata()
, has a dependency on the EXIF PHP extension. If the exif_read_data
function isn't available, this test should be skipped.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Refreshed patch.