public static function PathMonolingualTestCase::getInfo

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

File

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