wordpress-develop/tests/phpunit/tests/image
Boone Gorges 7c8c493a9c Fix the unit tests for Imagick alpha.
These tests were written to use the `assertImageAtAlpha()` helper method, whose
internals were specific to GD. As a result, the tests could not pass. This
changeset introduces GD- and Imagick-specific versions of this method.

Props voldemortensen.
Fixes #24871.

git-svn-id: https://develop.svn.wordpress.org/trunk@30549 602fd350-edb4-49c9-b593-d223f7449a82
2014-11-24 20:56:36 +00:00
..
base.php Fix the unit tests for Imagick alpha. 2014-11-24 20:56:36 +00:00
dimensions.php Allow $crop in add_image_size() to receive crop anchors (top, left, right, bottom, center). 2014-03-08 06:13:27 +00:00
editor_gd.php Fix the unit tests for Imagick alpha. 2014-11-24 20:56:36 +00:00
editor_imagick.php Fix the unit tests for Imagick alpha. 2014-11-24 20:56:36 +00:00
editor.php Fix setting default quality in WP_Image_Editor. 2014-10-04 13:11:38 +00:00
functions.php Fix setting default quality in WP_Image_Editor. 2014-10-04 13:11:38 +00:00
header.php Add PHP and JS unit tests for custom headers. 2014-03-29 10:05:22 +00:00
intermediate_size.php Wouldn't it be incredible if you could run Unit Tests without all of your uploads being indiscriminately blown away and your upload folder permissions being destroyed? 2014-07-12 07:08:15 +00:00
meta.php Use HTTPS URLs for trac.wordpress.org (and use core.trac.wordpress.org) 2014-09-29 13:36:38 +00:00
resize_gd.php Wouldn't it be incredible if you could run Unit Tests without all of your uploads being indiscriminately blown away and your upload folder permissions being destroyed? 2014-07-12 07:08:15 +00:00
resize_imagick.php Wouldn't it be incredible if you could run Unit Tests without all of your uploads being indiscriminately blown away and your upload folder permissions being destroyed? 2014-07-12 07:08:15 +00:00
resize.php Wouldn't it be incredible if you could run Unit Tests without all of your uploads being indiscriminately blown away and your upload folder permissions being destroyed? 2014-07-12 07:08:15 +00:00
size.php Restore $content_width global value after changing it in test_constrain_size_for_editor_*(). 2014-03-02 22:22:41 +00:00