wordpress-develop/tests/phpunit/tests/image
Scott Taylor 6493d211d2 After [34188], fix unit test for image header.
See #33319.


git-svn-id: https://develop.svn.wordpress.org/trunk@34214 602fd350-edb4-49c9-b593-d223f7449a82
2015-09-15 18:43:51 +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 After [34188], fix unit test for image header. 2015-09-15 18:43:51 +00:00
intermediate_size.php After [33807], fix unit tests for PHP 5.2 2015-09-01 17:03:13 +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 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 Tests: Remove test for delete_site_icon(). 2015-07-20 20:52:39 +00:00
size.php Use round() instead of floor() when resizing image dimensions. 2014-11-30 19:53:18 +00:00