Changeset 52308 for trunk/tests/phpunit/tests/block-template.php
- Timestamp:
- 12/02/2021 11:35:20 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-template.php
r52266 r52308 90 90 * 91 91 * Covers https://github.com/WordPress/gutenberg/pull/31123. 92 * Covers https://core.trac.wordpress.org/ticket/54515. 92 93 * 93 94 */ 94 95 function test_child_theme_php_template_takes_precedence_over_equally_specific_parent_theme_block_template() { 95 /**96 * @todo This test is currently marked as skipped, since it wouldn't pass. Turns out that in Gutenberg,97 * it only passed due to a erroneous test setup.98 * For details, see https://github.com/WordPress/wordpress-develop/pull/1920#issuecomment-975929818.99 */100 $this->markTestSkipped( 'The block template resolution algorithm needs fixing in order for this test to pass.' );101 102 96 switch_theme( 'block-theme-child' ); 103 97
Note: See TracChangeset
for help on using the changeset viewer.