public static function CommentCSSTest::getInfo

File

drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentCSSTest.php, line 15
Contains Drupal\comment\Tests\CommentCSSTest.

Class

CommentCSSTest
Tests comment CSS classes.

Namespace

Drupal\comment\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Comment CSS',
    'description' => 'Tests CSS classes on comments.',
    'group' => 'Comment',
  );
}