wordpress-develop/tests/phpunit/tests/image
John Blackbourn 5f8d0870a2 Remove the explicit Imagick extension test.
See #34087


git-svn-id: https://develop.svn.wordpress.org/trunk@35348 602fd350-edb4-49c9-b593-d223f7449a82
2015-10-21 22:40:48 +00:00
..
base.php In PHPUnit test classes, parent::tearDown() should be the last thing done in tearDown() methods. 2015-03-05 13:14:15 +00:00
dimensions.php Fix edge-case in media cropping where selection and destination are the same size. 2014-11-30 06:26:26 +00:00
editor_gd.php Better image-type support checks in image unit tests. 2015-02-22 21:06:36 +00:00
editor_imagick.php Preserve alpha transparency when rotating a PNG while GD is the active image editor. 2015-01-03 22:01:54 +00:00
editor.php Require dependencies when appropriate in some unit test files. 2015-07-14 03:07:13 +00:00
functions.php Use PHP 5.2 compatible syntax in image tests. 2015-02-22 21:41:22 +00:00
header.php Unit Tests: consolidate the many separate implementations of _make_attachment() into a helper method on WP_UnitTestCase. 2015-10-21 01:58:52 +00:00
intermediate_size.php Remove the explicit Imagick extension test. 2015-10-21 22:40:48 +00:00
meta.php Media: In wp_read_image_metadata(), include IPTC Keywords when available in $meta. 2015-09-22 04:18:02 +00:00
resize_gd.php Move GD-specific resize test to GD-specific resize test file. 2015-01-21 18:27:44 +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 Move GD-specific resize test to GD-specific resize test file. 2015-01-21 18:27:44 +00:00
site_icon.php Unit Tests: consolidate the many separate implementations of _make_attachment() into a helper method on WP_UnitTestCase. 2015-10-21 01:58:52 +00:00
size.php Use round() instead of floor() when resizing image dimensions. 2014-11-30 19:53:18 +00:00