function UpdateCoreTestCase::getInfo

File

modules/update/update.test, line 65

Class

UpdateCoreTestCase
Tests behavior related to discovering and listing updates to Drupal core.

Code

public static function getInfo() {
    return array(
        'name' => 'Update core functionality',
        'description' => 'Tests the Update Manager module through a series of functional tests using mock XML data.',
        'group' => 'Update',
    );
}

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