public static function UpdateCoreUnitTestCase::getInfo

File

drupal/modules/update/update.test, line 799
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',
  );
}