function PathTestCase::getInfo

File

modules/path/path.test, line 12

Class

PathTestCase
Provides a base class for testing the Path module.

Code

public static function getInfo() {
    return array(
        'name' => 'Path alias functionality',
        'description' => 'Add, edit, delete, and change alias and verify its consistency in the database.',
        'group' => 'Path',
    );
}

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