function UpdateDependencyHookInvocationTestCase::getInfo

File

modules/simpletest/tests/update.test, line 92

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

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