function NodeBodyUpgradePathTestCase::getInfo

File

modules/simpletest/tests/upgrade/upgrade.node.test, line 9

Class

NodeBodyUpgradePathTestCase
Upgrade test for node bodies.

Code

public static function getInfo() {
    return array(
        'name' => 'Node body upgrade path',
        'description' => 'Node body upgrade path tests.',
        'group' => 'Upgrade path',
    );
}

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