Changeset 51370 for trunk/tests/phpunit/tests/blocks/block-editor.php
- Timestamp:
- 07/07/2021 03:48:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/block-editor.php
r51369 r51370 348 348 */ 349 349 function test_get_block_editor_settings_theme_json_settings() { 350 switch_theme( ' fse' );350 switch_theme( 'block-theme' ); 351 351 352 352 $post_editor_context = new WP_Block_Editor_Context( array( 'post' => get_post() ) );
Note: See TracChangeset
for help on using the changeset viewer.