function LocaleUninstallFunctionalTest::getInfo

1 method overrides LocaleUninstallFunctionalTest::getInfo()
LocaleUninstallFrenchFunctionalTest::getInfo in modules/locale/locale.test

File

modules/locale/locale.test, line 1463

Class

LocaleUninstallFunctionalTest
Locale uninstall with English UI functional test.

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.