Changeset 52264
- Timestamp:
- 11/29/2021 03:10:55 AM (3 years ago)
- Location:
- trunk/tests/phpunit/tests/block-supports
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-supports/colors.php
r52069 r52264 3 3 * @group block-supports 4 4 */ 5 class WP_Block_Supports_Colors_Testextends WP_UnitTestCase {5 class Tests_Block_Supports_Colors extends WP_UnitTestCase { 6 6 7 7 function test_color_slugs_with_numbers_are_kebab_cased_properly() { -
trunk/tests/phpunit/tests/block-supports/elements.php
r52069 r52264 3 3 * @group block-supports 4 4 */ 5 class WP_Block_Supports_Elements_Testextends WP_UnitTestCase {5 class Tests_Block_Supports_Elements extends WP_UnitTestCase { 6 6 /** 7 7 * Given a string containing a class prefixed by "wp-elements-" followed by a unique id, -
trunk/tests/phpunit/tests/block-supports/spacing.php
r52069 r52264 3 3 * @group block-supports 4 4 */ 5 class WP_Block_Supports_Spacing_Testextends WP_UnitTestCase {5 class Tests_Block_Supports_Spacing extends WP_UnitTestCase { 6 6 private $sample_block_content = '<div class="wp-block-test-block">Test</div>'; 7 7 private $test_gap_block_value = array(); -
trunk/tests/phpunit/tests/block-supports/typography.php
r52069 r52264 3 3 * @group block-supports 4 4 */ 5 class WP_Block_Supports_Typography_Testextends WP_UnitTestCase {5 class Tests_Block_Supports_Typography extends WP_UnitTestCase { 6 6 7 7 function test_font_size_slug_with_numbers_is_kebab_cased_properly() {
Note: See TracChangeset
for help on using the changeset viewer.