public static function RowRssTest::getInfo

File

drupal/core/modules/comment/lib/Drupal/comment/Tests/Views/RowRssTest.php, line 24
Contains \Drupal\comment\Tests\Views\RowRssTest.

Class

RowRssTest
Tests the comment rss row plugin.

Namespace

Drupal\comment\Tests\Views

Code

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