You are here

public static function EntityTranslationHookTestCase::getInfo in Entity Translation 7

Return the test information.

File

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

Class

EntityTranslationHookTestCase
Test CRUD hook invocation.

Code

public static function getInfo() {
  return array(
    'name' => 'Entity translation hooks',
    'description' => 'Test that entity translation hooks are properly fired.',
    'group' => 'Entity translation',
  );
}