public static function LocaleUninstallFrenchTest::getInfo

Overrides LocaleUninstallTest::getInfo

File

drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallFrenchTest.php, line 19
Definition of Drupal\locale\Tests\LocaleUninstallFrenchTest.

Class

LocaleUninstallFrenchTest
Locale uninstall with French UI functional test.

Namespace

Drupal\locale\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Locale uninstall (FR)',
    'description' => 'Tests the uninstall process using French as interface language.',
    'group' => 'Locale',
  );
}