public static function UpdateDependencyOrderingTestCase::getInfo

7.x update.test public static UpdateDependencyOrderingTestCase::getInfo()

File

drupal-7.x/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',
  );
}