function PathMonolingualTestCase::getInfo

File

modules/path/path.test, line 560

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.