wordpress-develop/tests/phpunit/tests/image
2017-04-23 22:11:52 +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 Build/Test Tools: Convert more test skipping into hard failures. These dependencies should all be present when testing. 2017-04-22 22:11:56 +00:00
editor_imagick.php Media: Reset Exif orientation after rotate in WP_Image_Editor_Imagick. 2017-02-25 05:25:40 +00:00
editor.php Build/Test tools: Remove occurrences of create_function() in unit tests. 2017-04-07 13:37:39 +00:00
functions.php Build/Test Tools: Convert more test skipping into hard failures. These dependencies should all be present when testing. 2017-04-22 22:11:56 +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 Build/Test Tools: Convert more test skipping into hard failures. These dependencies should all be present when testing. 2017-04-22 22:11:56 +00:00
meta.php Build/Test Tools: Remove more unnecessary test skipping when erroneous situations occur. 2017-04-23 22:11:52 +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 Build/Test Tools: Convert more test skipping into hard failures. These dependencies should all be present when testing. 2017-04-22 22:11:56 +00:00
site_icon.php Site Icon: There is no good reason for class-wp-site-icon.php to drop a global instance of itself whenever the file is loaded. The lone use of the global instance of WP_Site_Icon is in an AJAX action that provides virtually no way to override - the file is loaded immediately before the global is used. 2016-08-25 19:08:38 +00:00
size.php Build/Test Tools: Remove unnecessary checks and skips that should instead cause failures if they ever fail. 2017-04-22 22:54:15 +00:00