public static function PathMonolingualTestCase::getInfo in Drupal 7
File
- modules/
path/ path.test, line 558 - 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',
);
}