public static function UpdateScriptTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php, line 29
Definition of Drupal\system\Tests\Update\UpdateScriptTest.

Class

UpdateScriptTest
Tests the update system functionality.

Namespace

Drupal\system\Tests\Update

Code

public static function getInfo() {
  return array(
    'name' => 'Update functionality',
    'description' => 'Tests the update script access and functionality.',
    'group' => 'Update',
  );
}