public static function TranslatableUpgradePathTestCase::getInfo

File

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

Class

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

Code

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',
  );
}