You are here

public static function CommentGoodnessSettingsFormTestCase::getInfo in Comment goodness 7

File

tests/comment_goodness.test, line 8

Class

CommentGoodnessSettingsFormTestCase
Test comment settings form.

Code

public static function getInfo() {
  return array(
    'name' => 'Load comment settings forms',
    'description' => 'Test the loading of the comment settings form.',
    'group' => 'Comment Goodness',
  );
}