public static function BasicStandardUpdatePath::getInfo

File

drupal/modules/simpletest/tests/upgrade/upgrade.test, line 429

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