public static function UpdateContribTest::getInfo

File

drupal/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php, line 22
Definition of Drupal\update\Tests\UpdateContribTest.

Class

UpdateContribTest
Tests behavior related to handling updates to contributed modules and themes.

Namespace

Drupal\update\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Update contrib functionality',
    'description' => 'Tests how the Update Manager module handles contributed modules and themes in a series of functional tests using mock XML data.',
    'group' => 'Update',
  );
}