function DrupalMatchPathTestCase::getInfo

File

modules/simpletest/tests/path.test, line 16

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

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