public static function CommentInterfaceTest::getInfo

File

drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentInterfaceTest.php, line 15
Definition of Drupal\comment\Tests\CommentInterfaceTest.

Class

CommentInterfaceTest
Tests the comment module administrative and end-user-facing interfaces.

Namespace

Drupal\comment\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Comment interface',
    'description' => 'Test comment user interfaces.',
    'group' => 'Comment',
  );
}