public static function PathMatcherTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php, line 34
Definition of Drupal\system\Tests\Routing\PartialMatcherTest.

Class

PathMatcherTest
Basic tests for the UrlMatcherDumper.

Namespace

Drupal\system\Tests\Routing

Code

public static function getInfo() {
  return array(
    'name' => 'Path matcher tests',
    'description' => 'Confirm that the path matching library is working correctly.',
    'group' => 'Routing',
  );
}