Changeset 52387
- Timestamp:
- 12/18/2021 09:16:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/register.php
r52261 r52387 9 9 10 10 /** 11 * Tests for register_block_type(), unregister_block_type(), get_dynamic_block_names() and register_block_style().11 * Tests for register_block_type(), unregister_block_type(), get_dynamic_block_names(), and register_block_style(). 12 12 * 13 13 * @since 5.0.0 … … 574 574 * @param array $block_styles Array of block styles to test. 575 575 */ 576 public function test_register_block_style_name_contain _spaces( array $block_styles ) {576 public function test_register_block_style_name_contains_spaces( array $block_styles ) { 577 577 register_block_style( 'core/query', $block_styles ); 578 578 } … … 583 583 * @return array 584 584 */ 585 public function data_register_block_style_name_contain _spaces() {585 public function data_register_block_style_name_contains_spaces() { 586 586 return array( 587 587 'multiple spaces' => array(
Note: See TracChangeset
for help on using the changeset viewer.