function UpdateDependencyOrderingTestCase::getInfo

File

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

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

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