You are here

public static function PerCommentTypeSettingsTest::getInfo in Simplify 8

File

src/Tests/PerCommentTypeSettingsTest.php, line 35

Class

PerCommentTypeSettingsTest
Test simplify per comment-type settings.

Namespace

Drupal\simplify\Tests

Code

public static function getInfo() {
  return [
    'name' => 'Simplify per comment-type settings test.',
    'description' => 'Test the Simplify per comment-type settings.',
    'group' => 'Simplify',
  ];
}