public static function DrupalMatchPathTestCase::getInfo in Drupal 7
File
Class
- DrupalMatchPathTestCase
- Unit tests for the drupal_match_path() function in path.inc.
Code
public static function getInfo() {
return array(
'name' => 'Drupal match path',
'description' => 'Tests the drupal_match_path() function to make sure it works properly.',
'group' => 'Path API',
);
}