public static function UpdateCoreTestCase::getInfo

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

File

drupal-7.x/modules/update/update.test, line 65
This file contains tests for the Update Manager module.

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