public static function PathMonolingualTestCase::getInfo

File

drupal/modules/path/path.test, line 481
Tests for the Path module.

Class

PathMonolingualTestCase
Tests that paths are not prefixed on a monolingual site.

Code

public static function getInfo() {
  return array(
    'name' => 'Paths on non-English monolingual sites',
    'description' => 'Confirm that paths are not changed on monolingual non-English sites',
    'group' => 'Path',
  );
}