wordpress-develop/tests/phpunit/tests/image
Andrew Nacin f225973b62 Allow $crop in add_image_size() to receive crop anchors (top, left, right, bottom, center).
This also applies to set_post_thumbnail_size() and image_resize_dimensions().

props bradt, wonderboymusic, DH-Shredder.
fixes #19393.


git-svn-id: https://develop.svn.wordpress.org/trunk@27472 602fd350-edb4-49c9-b593-d223f7449a82
2014-03-08 06:13:27 +00:00
..
base.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +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 Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
editor_imagick.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
editor.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
functions.php Unit Tests: Avoid using mime_content_type() as it fails miserably in PHP 5.2. 2013-12-05 23:36:50 +00:00
intermediate_size.php unlink() the generated image in Tests_Image_Intermediate_Size::test_make_intermediate_size_successful() at the end of the test to avoid cruff in svn diffs. 2013-09-19 18:05:11 +00:00
meta.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
resize_gd.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
resize_imagick.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
resize.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +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