Changeset 52265
- Timestamp:
- 11/29/2021 03:21:26 AM (3 years ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-template-utils.php
r52246 r52265 11 11 * @group block-templates 12 12 */ 13 class Block_Template_Utils_Testextends WP_UnitTestCase {13 class Tests_Block_Template_Utils extends WP_UnitTestCase { 14 14 private static $post; 15 15 private static $template_part_post; -
trunk/tests/phpunit/tests/block-template.php
r52247 r52265 11 11 * @group block-templates 12 12 */ 13 class Block_Template_Testextends WP_UnitTestCase {13 class Tests_Block_Template extends WP_UnitTestCase { 14 14 private static $post; 15 15
Note: See TracChangeset
for help on using the changeset viewer.