public static function CommentLanguageTest::getInfo

File

drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLanguageTest.php, line 35
Definition of Drupal\comment\Tests\CommentLanguageTest.

Class

CommentLanguageTest
Functional tests for comment language.

Namespace

Drupal\comment\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Comment language',
    'description' => 'Tests for comment language.',
    'group' => 'Comment',
  );
}