Changeset 60770
- Timestamp:
- 09/16/2025 05:37:43 PM (2 months ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 3 edited
-
block-templates/base.php (modified) (1 diff)
-
image/base.php (modified) (1 diff)
-
image/resize.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-templates/base.php
r57627 r60770 2 2 3 3 /** 4 * @group block-templates5 4 * @covers ::get_template_hierarchy 6 5 */ -
trunk/tests/phpunit/tests/image/base.php
r60763 r60770 2 2 3 3 /** 4 * @group image4 * Base class for testing image manipulation functionality. 5 5 */ 6 6 abstract class WP_Image_UnitTestCase extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/image/resize.php
r60763 r60770 2 2 3 3 /** 4 * @group image 5 * @group media 6 * @group upload 7 * @group resize 4 * Base class for testing image resize functionality. 8 5 */ 9 6 require_once __DIR__ . '/base.php';
Note: See TracChangeset
for help on using the changeset viewer.