function TranslatableUpgradePathTestCase::getInfo

File

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.