You are here

public static function LocaleUserCreationTest::getInfo in Drupal 7

File

modules/locale/locale.test, line 1867
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',
  );
}