_unhook_block_registration() – After the init action has been run once, trying to re-register block types can cause _doing_it_wrong warnings. To avoid this, unhook the block registration functions.
REST_Block_Renderer_Controller_Test::register_post_context_test_block() – Register test block with post_id as attribute for post context test.
REST_Block_Renderer_Controller_Test::render_post_context_test_block() – Test render callback for testing post context.
REST_Block_Renderer_Controller_Test::test_context_param() – The context_param() method does not exist for block rendering.
REST_Block_Renderer_Controller_Test::test_create_item() – The create_item() method does not exist for block rendering.
REST_Block_Renderer_Controller_Test::test_delete_item() – The delete_item() method does not exist for block rendering.
REST_Block_Renderer_Controller_Test::test_get_item_default_attributes() – Check getting item with default attributes provided.
REST_Block_Renderer_Controller_Test::test_get_item_invalid_attribute() – Check getting item with an invalid param provided.
REST_Block_Renderer_Controller_Test::test_get_item_invalid_block_name() – Test getting item with invalid block name.
REST_Block_Renderer_Controller_Test::test_get_item_unrecognized_attribute() – Check getting item with an invalid param provided.
REST_Block_Renderer_Controller_Test::test_get_item_with_invalid_context() – Test getting item without ‘edit’ context.
REST_Block_Renderer_Controller_Test::test_get_item_with_layout() – Check success response for getting item with layout attribute provided.
REST_Block_Renderer_Controller_Test::test_get_item_with_post_context() – Test getting item with post context.
REST_Block_Renderer_Controller_Test::test_get_item_without_permissions_cannot_edit_post() – Test getting item without permissions to edit context post.
REST_Block_Renderer_Controller_Test::test_get_item_without_permissions_invalid_post() – Test getting item with invalid post ID.
REST_Block_Renderer_Controller_Test::test_get_item_without_permissions() – Test getting item without permissions.
REST_Block_Renderer_Controller_Test::test_get_items() – The get_items() method does not exist for block rendering.
REST_Block_Renderer_Controller_Test::test_prepare_item() – The prepare_item() method does not exist for block rendering.
REST_Block_Renderer_Controller_Test::test_register_routes() – Check that the route was registered properly.
REST_Block_Renderer_Controller_Test::test_update_item() – The update_item() method does not exist for block rendering.
REST_Blocks_Controller_Test::test_capabilities() – Exhaustively check that each role either can or cannot create, edit, update, and delete reusable blocks.
REST_Blocks_Controller_Test::test_content() – Check that the raw title and content of a block can be accessed when there is no set schema, and that the rendered content of a block is not included in the response.
Tests_Admin_includesPlugin::_back_up_drop_ins() – Move existing drop-ins to wp-content/drop-ins-backup.
Tests_Admin_includesPlugin::_back_up_mu_plugins() – Move existing mu-plugins to wp-content/mu-plugin/backup.
Tests_Admin_includesScreen::setup_block_editor_test() – Sets up a method for testing is_block_editor for a custom post type.
Tests_AdminBar::data_admin_bar_nodes_with_tabindex_meta() – Data provider for test_admin_bar_with_tabindex_meta().