Changeset 51491 for trunk/tests/phpunit/tests/blocks/context.php
- Timestamp:
- 07/26/2021 06:45:48 PM (3 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/context.php
r51490 r51491 1 1 <?php 2 2 /** 3 * WP_Block_Context Tests3 * Block context tests 4 4 * 5 5 * @package WordPress … … 9 9 10 10 /** 11 * Tests for WP_Block_Context11 * Tests for block context functions. 12 12 * 13 13 * @since 5.5.0 … … 15 15 * @group blocks 16 16 */ 17 class WP_Block_Context_Test extends WP_UnitTestCase {17 class Tests_Blocks_Context extends WP_UnitTestCase { 18 18 19 19 /**
Note: See TracChangeset
for help on using the changeset viewer.