public static function TranslatableUpgradePathTestCase::getInfo

Archivo

drupal-7.x/modules/simpletest/tests/upgrade/upgrade.translatable.test, line 7

Class

TranslatableUpgradePathTestCase
Upgrade test for translatable content types of node.module.

Código

public static function getInfo() {
  return array(
    'name' => 'Translatable content upgrade path',
    'description' => 'Upgrade path tests for the translatable content types of Node module.',
    'group' => 'Upgrade path',
  );
}