public static function DrupalMatchPathTestCase::getInfo

7.x path.test public static DrupalMatchPathTestCase::getInfo()

File

drupal-7.x/modules/simpletest/tests/path.test, line 16
Tests for path.inc.

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