public static function PathLanguageTestCase::getInfo

File

drupal/modules/path/path.test, line 264
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',
  );
}