public static function PathLanguageUITestCase::getInfo

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

File

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