public static function PathTestCase::getInfo

File

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

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