function BasicStandardUpdatePath::getInfo

File

modules/simpletest/tests/upgrade/upgrade.test, line 442

Class

BasicStandardUpdatePath
Performs point release update tests on a bare database.

Code

public static function getInfo() {
    return array(
        'name' => 'Basic standard + all profile update path',
        'description' => 'Basic update path tests for a standard profile install with all enabled modules.',
        'group' => 'Upgrade path',
    );
}

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