public static function UpdateDependencyOrderingTestCase::getInfo

File

drupal/modules/simpletest/tests/update.test, line 12
Tests for the update system.

Class

UpdateDependencyOrderingTestCase
Tests for the update dependency ordering system.

Code

public static function getInfo() {
  return array(
    'name' => 'Update dependency ordering',
    'description' => 'Test that update functions are run in the proper order.',
    'group' => 'Update API',
  );
}