public static function PathLanguageTestCase::getInfo in Drupal 7
File
- modules/
path/ path.test, line 341 - Tests for the Path module.
Class
- PathLanguageTestCase
- Tests URL aliases for translated nodes.
Code
public static function getInfo() {
return array(
'name' => 'Path aliases with translated nodes',
'description' => 'Confirm that paths work with translated nodes',
'group' => 'Path',
);
}