You are here

public static function LocalePathFunctionalTest::getInfo in Drupal 7

File

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