File
- drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperTest.php, line 29
- Definition of Drupal\system\Tests\Routing\UrlMatcherDumperTest.
Class
- MatcherDumperTest
- Basic tests for the UrlMatcherDumper.
Namespace
Drupal\system\Tests\Routing
Code
public static function getInfo() {
return array(
'name' => 'Dumper tests',
'description' => 'Confirm that the matcher dumper is functioning properly.',
'group' => 'Routing',
);
}