wordpress-develop/tests/phpunit/tests/image
2021-03-04 10:11:38 +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 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
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 Tests: Remove the GLOB_BRACE flag for glob() function from unit tests. 2020-10-30 02:01:33 +00:00
header.php Code Modernization: Use explicit visibility for class property declarations. 2020-10-17 16:24:35 +00:00
intermediateSize.php Tests: Convert the checks for imagejpeg() function availability to use the @requires annotation. 2020-09-21 11:34:06 +00:00
meta.php Tests: Convert a few more function_exists() and extension_loaded() checks to @requires annotations. 2020-09-21 13:25:38 +00:00
resize.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
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