public static function ForumIntegrationTest::getInfo

File

drupal/core/modules/forum/lib/Drupal/forum/Tests/Views/ForumIntegrationTest.php, line 32
Contains \Drupal\forum\Tests\Views\ForumIntegrationTest.

Class

ForumIntegrationTest
Tests the forum integration into views.

Namespace

Drupal\forum\Tests\Views

Code

public static function getInfo() {
  return array(
    'name' => 'Forum: Views data',
    'description' => 'Tests the forum integration into views.',
    'group' => 'Views module integration',
  );
}