public static function LocaleUserCreationTest::getInfo

7.x locale.test public static LocaleUserCreationTest::getInfo()

File

drupal-7.x/modules/locale/locale.test, line 1857
Tests for locale.module.

Class

LocaleUserCreationTest
Functional test for language handling during user creation.

Code

public static function getInfo() {
  return array(
    'name' => 'User creation',
    'description' => 'Tests whether proper language is stored for new users and access to language selector.',
    'group' => 'Locale',
  );
}