We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1145988 commit 7df5571Copy full SHA for 7df5571
tests/phpunit/tests/blocks/editor.php
@@ -731,7 +731,7 @@ public function test_get_block_editor_settings_auto_register_blocks() {
731
);
732
733
$post_editor_context = new WP_Block_Editor_Context( array( 'post' => get_post() ) );
734
- $settings = get_block_editor_settings( array(), $post_editor_context );
+ $settings = get_block_editor_settings( array(), $post_editor_context );
735
736
unregister_block_type( $block_with_render );
737
unregister_block_type( $block_without_render );
0 commit comments