diff --git a/core/modules/node/lib/Drupal/node/Tests/Views/RowPluginTest.php b/core/modules/node/lib/Drupal/node/Tests/Views/RowPluginTest.php index 6a523ae..97462ac 100644 --- a/core/modules/node/lib/Drupal/node/Tests/Views/RowPluginTest.php +++ b/core/modules/node/lib/Drupal/node/Tests/Views/RowPluginTest.php @@ -46,7 +46,7 @@ public static function getInfo() { return array( 'name' => 'Node: Row plugin', 'description' => 'Tests the node row plugin.', - 'group' => 'Views Modules', + 'group' => 'Views module integration', ); } @@ -61,12 +61,10 @@ protected function setUp() { array( 'type' => 'article', 'body' => array( - LANGUAGE_NOT_SPECIFIED => array( - array( - 'value' => $this->randomName(42), - 'format' => filter_default_format(), - 'summary' => $this->randomName(), - ), + array( + 'value' => $this->randomName(42), + 'format' => filter_default_format(), + 'summary' => $this->randomName(), ), ), ) diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_row_plugin.yml b/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_row_plugin.yml index f50f972..6754c35 100644 --- a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_row_plugin.yml +++ b/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_row_plugin.yml @@ -50,7 +50,7 @@ display: id: page position: { } human_name: test_node_row_plugin -langcode: und +langcode: en module: views id: test_node_row_plugin tag: default