File
- drupal/core/modules/system/lib/Drupal/system/Tests/Routing/NestedMatcherTest.php, line 34
- Definition of Drupal\system\Tests\Routing\NestedMatcherTest.
Class
- NestedMatcherTest
- Basic tests for the NestedMatcher class.
Namespace
Drupal\system\Tests\Routing
Code
public static function getInfo() {
return array(
'name' => 'NestedMatcher tests',
'description' => 'Confirm that the NestedMatcher system is working properly.',
'group' => 'Routing',
);
}