public static function UpdateCoreUnitTest::getInfo

File

drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreUnitTest.php, line 24
Definition of Drupal\update\Tests\UpdateCoreUnitTest.

Class

UpdateCoreUnitTest
Tests update functionality unrelated to the database.

Namespace

Drupal\update\Tests

Code

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