public static function UpdateCoreTest::getInfo

File

drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php, line 22
Definition of Drupal\update\Tests\UpdateCoreTest.

Class

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

Namespace

Drupal\update\Tests

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