public static function PathLanguageUITestCase::getInfo in Drupal 7
File
- modules/
path/ path.test, line 482 - 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',
);
}