You are here

public static function UpdateCoreUnitTestCase::getInfo in Drupal 7

File

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