wordpress-develop/tests/phpunit/tests/image
Sergey Biryukov 1140c47c30 Exclude 'test-image.bmp' from the list of non-displayable image types.
props atimmer.
fixes #28386.

git-svn-id: https://develop.svn.wordpress.org/trunk@28603 602fd350-edb4-49c9-b593-d223f7449a82
2014-05-28 22:20:36 +00:00
..
base.php In multi_resize() image editor methods, assert that null can only be passed for one of the arguments, not both. Add a lot more unit test assertions to ensure this. 2014-03-27 20:39:08 +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 In multi_resize() image editor methods, assert that null can only be passed for one of the arguments, not both. Add a lot more unit test assertions to ensure this. 2014-03-27 20:39:08 +00:00
editor_imagick.php In multi_resize() image editor methods, assert that null can only be passed for one of the arguments, not both. Add a lot more unit test assertions to ensure this. 2014-03-27 20:39:08 +00:00
editor.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
functions.php Exclude 'test-image.bmp' from the list of non-displayable image types. 2014-05-28 22:20:36 +00:00
header.php Add PHP and JS unit tests for custom headers. 2014-03-29 10:05:22 +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