public static function UpdateDependencyHookInvocationTestCase::getInfo

File

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

Class

UpdateDependencyHookInvocationTestCase
Tests for the invocation of hook_update_dependencies().

Code

public static function getInfo() {
  return array(
    'name' => 'Update dependency hook invocation',
    'description' => 'Test that the hook invocation for determining update dependencies works correctly.',
    'group' => 'Update API',
  );
}