public static function LocaleUninstallTest::getInfo

1 method overrides LocaleUninstallTest::getInfo()
LocaleUninstallFrenchTest::getInfo in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallFrenchTest.php

File

drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallTest.php, line 25
Definition of Drupal\locale\Tests\LocaleUninstallTest.

Class

LocaleUninstallTest
Locale uninstall with English UI functional test.

Namespace

Drupal\locale\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Locale uninstall (EN)',
    'description' => 'Tests the uninstall process using the built-in UI language.',
    'group' => 'Locale',
  );
}