public static function PathLanguageTestCase::getInfo

7.x path.test public static PathLanguageTestCase::getInfo()

File

drupal-7.x/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',
  );
}