public static function UpdateCoreUnitTestCase::getInfo

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

File

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

Class

UpdateCoreUnitTestCase
Tests update functionality unrelated to the database.

Code

public static function getInfo() {
  return array(
    'name' => "Unit tests",
    'description' => 'Test update funcionality unrelated to the database.',
    'group' => 'Update',
  );
}