Changeset 51491 for trunk/tests/phpunit/tests/blocks/supportedStyles.php
- Timestamp:
- 07/26/2021 06:45:48 PM (3 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/supportedStyles.php
r51490 r51491 1 1 <?php 2 2 /** 3 * Block Tests3 * Block supported style tests 4 4 * 5 5 * @package WordPress … … 15 15 * @group blocks 16 16 */ 17 class Block_Supported_Styles_Testextends WP_UnitTestCase {17 class Tests_Blocks_SupportedStyles extends WP_UnitTestCase { 18 18 19 19 /**
Note: See TracChangeset
for help on using the changeset viewer.