public static function PathLanguageUITestCase::getInfo

File

drupal/modules/path/path.test, line 405
Tests for the Path module.

Class

PathLanguageUITestCase
Tests the user interface for creating path aliases, with languages.

Code

public static function getInfo() {
  return array(
    'name' => 'Path aliases with languages',
    'description' => 'Confirm that the Path module user interface works with languages.',
    'group' => 'Path',
  );
}