public static function LocalePathFunctionalTest::getInfo

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

File

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

Class

LocalePathFunctionalTest
Functional tests for configuring a different path alias per language.

Code

public static function getInfo() {
  return array(
    'name' => 'Path language settings',
    'description' => 'Checks you can configure a language for individual URL aliases.',
    'group' => 'Locale',
  );
}