public static function ContactUpgradePathTest::getInfo

File

drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactUpgradePathTest.php, line 16
Definition of Drupal\contact\Tests\ContactUpgradePathTest.

Class

ContactUpgradePathTest
Tests upgrade of contact.

Namespace

Drupal\contact\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Contact upgrade test',
    'description' => 'Tests upgrade of contact to the configuration system.',
    'group' => 'Contact',
  );
}