public static function CommentTranslationUITest::getInfo

File

drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php, line 29
Definition of Drupal\comment\Tests\CommentTranslationUITest.

Class

CommentTranslationUITest
Tests the Comment Translation UI.

Namespace

Drupal\comment\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Comment translation UI',
    'description' => 'Tests the basic comment translation UI.',
    'group' => 'Comment',
  );
}