Block_Template_Test::test_custom_page_block_template_takes_precedence_over_all_other_templates() – Covers: https://github.com/WordPress/gutenberg/pull/30438.
Block_Template_Test::test_custom_page_php_template_takes_precedence_over_all_other_templates() – Regression: https://github.com/WordPress/gutenberg/issues/31399.
REST_Block_Renderer_Controller_Test::register_dynamic_block_with_boolean_attributes() – Registers the dynamic with boolean attributes block name.
REST_Block_Renderer_Controller_Test::register_non_dynamic_block() – Registers the non-dynamic block name.
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_post_request() – Test a POST request, with the attributes in the body.
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_with_pre_render_block_filter() – Check filtering block output using the pre_render_block filter.
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_get_sanitized_attributes_for_dynamic_block_with_boolean_attributes() –
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_Block_Type_Controller_Test::test_create_item() – The test_create_item() method does not exist for block types.
REST_Block_Type_Controller_Test::test_delete_item() – The test_delete_item() method does not exist for block types.
REST_Block_Type_Controller_Test::test_update_item() – The test_update_item() method does not exist for block types.
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.
Test_Nav_Menus::_confirm_nav_menu_item_args_object() – Run tests required to confrim Walker_Nav_Menu receives an $args object.