Opened 10 years ago
Closed 10 years ago
#30820 closed defect (bug) (fixed)
Imagick unit test could randomly fail.
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | normal | Version: | 4.1 |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
Description (last modified by )
In tests/phpunit/tests/image/editor_imagick.php, wp_get_image_editor is used instead of creating a new WP_Image_Editor_Imagick instance. This could potentially cause failures if Imagick is not available.
Attachments (1)
Change History (6)
This ticket was mentioned in Slack in #core by voldemortensen. View the logs.
10 years ago
This ticket was mentioned in Slack in #core by boone. View the logs.
10 years ago
Note: See
TracTickets for help on using
tickets.
In 30990: