public static function RowPluginTest::getInfo

File

drupal/core/modules/node/lib/Drupal/node/Tests/Views/RowPluginTest.php, line 46
Contains \Drupal\node\Tests\Views\RowPluginTest.

Class

RowPluginTest
Tests the node row plugin.

Namespace

Drupal\node\Tests\Views

Code

public static function getInfo() {
  return array(
    'name' => 'Node: Row plugin',
    'description' => 'Tests the node row plugin.',
    'group' => 'Views module integration',
  );
}