reverted: --- b/core/modules/block/src/Tests/Views/DisplayBlockTest.php (revision ) +++ a/core/modules/block/src/Tests/Views/DisplayBlockTest.php (revision ) @@ -33,7 +33,7 @@ * * @var array */ + public static $testViews = array('test_view_block', 'test_view_block2'); - public static $testViews = array('test_view_block', 'test_view_block2', 'test_view_block3'); protected function setUp() { parent::setUp(); reverted: --- b/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block3.yml (revision ) +++ a/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block3.yml (revision ) @@ -1,57 +0,0 @@ -langcode: en -status: true -dependencies: { } -id: test_view_block3 -label: test_view_block3 -module: views -description: '' -tag: '' -base_table: views_test_data -base_field: id -core: 8.x -display: - default: - display_plugin: default - id: default - display_title: Master - position: null - display_options: - access: - type: none - cache: - type: tag - query: - type: views_query - exposed_form: - type: basic - pager: - type: some - options: - items_per_page: 5 - style: - type: default - row: - type: fields - fields: - name: - id: name - table: views_test_data - field: name - filters: - name: - id: name - table: views_test_data - field: name - operator: contains - value: '' - exposed: true - expose: - operator_id: name_op - label: 'Name' - title: test_view_block - use_ajax: true - block_1: - display_plugin: block - id: block_1 - display_title: Block - position: null diff -u b/core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php b/core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php --- b/core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php (revision ) +++ b/core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php @@ -26,7 +26,7 @@ * * @var array */ - public static $testViews = array('test_view_block'); + public static $testViews = array('test_view_block', 'test_view_block3'); /** * {@inheritdoc} only in patch2: unchanged: --- /dev/null +++ b/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block3.yml @@ -0,0 +1,58 @@ +langcode: en +status: true +dependencies: { } +id: test_view_block3 +label: test_view_block3 +module: views +description: '' +tag: '' +base_table: views_test_data +base_field: id +core: 8.x +display: + default: + display_plugin: default + id: default + display_title: Master + position: null + display_options: + access: + type: none + cache: + type: tag + query: + type: views_query + exposed_form: + type: basic + pager: + type: some + options: + items_per_page: 5 + style: + type: default + row: + type: fields + fields: + name: + id: name + table: views_test_data + field: name + filters: + name: + id: string + table: views_test_data + plugin_id: string + field: name + operator: contains + value: '' + exposed: true + expose: + operator_id: name_op + label: 'Name' + title: test_view_block + use_ajax: true + block_1: + display_plugin: block + id: block_1 + display_title: Block + position: null