diff --git a/core/modules/block/src/Tests/BlockLanguageTest.php b/core/modules/block/src/Tests/BlockLanguageTest.php index 18b9c39..b213766 100644 --- a/core/modules/block/src/Tests/BlockLanguageTest.php +++ b/core/modules/block/src/Tests/BlockLanguageTest.php @@ -85,7 +85,6 @@ public function testLanguageBlockVisibilityLanguageDelete() { $edit = array( 'visibility' => array( 'language' => array( - 'language_type' => 'language_interface', 'langcodes' => array( 'fr' => 'fr', ), diff --git a/core/modules/block/tests/modules/block_test/config/schema/block_test.schema.yml b/core/modules/block/tests/modules/block_test/config/schema/block_test.schema.yml index e69de29..9c0e56f 100644 --- a/core/modules/block/tests/modules/block_test/config/schema/block_test.schema.yml +++ b/core/modules/block/tests/modules/block_test/config/schema/block_test.schema.yml @@ -0,0 +1,9 @@ +# Configuration schema for block test module. + +block.settings.test_block_instantiation: + type: block_settings + label: 'Block instantiation test' + mapping: + display_message: + type: string + label: 'Message to display' diff --git a/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block.yml b/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block.yml index 8ecb8a1..2acd110 100644 --- a/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block.yml +++ b/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block.yml @@ -40,7 +40,7 @@ display: position: null provider: views display_options: - field: + fields: title: link_to_node: true label: test_view_block