wordpress-develop/tests/phpunit/tests/image
Sergey Biryukov 655fbb26ab Media: Some documentation and test improvements for the image_editor_output_format filter:
* Update the filter DocBlock per the documentation standards.
* Use a shorter variable name for consistency with the surrounding code.
* Delete the test file before performing assertions to avoid leftovers in case the test fails.

Follow-up to [50943].

See #52867.

git-svn-id: https://develop.svn.wordpress.org/trunk@50951 602fd350-edb4-49c9-b593-d223f7449a82
2021-05-22 12:58:46 +00:00
..
base.php Build/Test Tools: Remove redundant teardown functionality from individual tests which is already covered in the base teardown method. 2021-03-01 18:42:49 +00:00
dimensions.php Tests: First pass at using assertSame() instead of assertEquals() in most of the unit tests. 2020-09-02 00:35:36 +00:00
editor.php Media: Some documentation and test improvements for WebP support: 2021-05-05 17:06:17 +00:00
editorGd.php Docs: Update inline comments in some test files per the documentation standards. 2021-03-04 10:11:38 +00:00
editorImagick.php Docs: Update inline comments in some test files per the documentation standards. 2021-03-04 10:11:38 +00:00
functions.php Media: Some documentation and test improvements for WebP support: 2021-05-05 17:06:17 +00:00
header.php Code Modernization: Use explicit visibility for class property declarations. 2020-10-17 16:24:35 +00:00
intermediateSize.php Media: Some documentation and test improvements for the image_editor_output_format filter: 2021-05-22 12:58:46 +00:00
meta.php Build/Test Tools: Add seeking support to stream test library. 2021-04-20 03:01:55 +00:00
resize.php Media: Some documentation and test improvements for WebP support: 2021-05-05 17:06:17 +00:00
resizeGd.php Build/Test Tools: Fix and standardise calls to the setUp() and setUpBeforeClass() methods in the test suite. 2021-02-27 16:54:52 +00:00
resizeImagick.php Build/Test Tools: Fix and standardise calls to the setUp() and setUpBeforeClass() methods in the test suite. 2021-02-27 16:54:52 +00:00
siteIcon.php Tests: First pass at using assertSame() instead of assertEquals() in most of the unit tests. 2020-09-02 00:35:36 +00:00
size.php Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00