You are here

public static function EntityTranslationCommentTestCase::getInfo in Entity Translation 7

Return the test information.

File

tests/entity_translation.test, line 380
Tests for Entity translation module.

Class

EntityTranslationCommentTestCase
Basic tests for comment related things.

Code

public static function getInfo() {
  return array(
    'name' => 'Comment translation',
    'description' => 'Basic tests for comment translation/filtering.',
    'group' => 'Entity translation',
  );
}