You appear to be a bot. Output may be restricted
Description
Regression: https://github.com/WordPress/gutenberg/issues/31652.
Usage
Block_Template_Test::test_template_remains_unchanged_if_templates_array_is_empty();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/block-template.php
Lines:
1 to 5 of 5
public function test_template_remains_unchanged_if_templates_array_is_empty() { $resolved_template_path = locate_block_template( '', 'search', array() ); $this->assertSame( '', $resolved_template_path ); }