public static function MatchPathTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Path/MatchPathTest.php, line 20
Definition of Drupal\system\Tests\Path\MatchPathTest.

Class

MatchPathTest
Unit tests for the drupal_match_path() function in path.inc.

Namespace

Drupal\system\Tests\Path

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