File
- drupal/core/modules/system/lib/Drupal/system/Tests/Routing/HttpMethodMatcherTest.php, line 34
- Definition of Drupal\system\Tests\Routing\HttpMethodMMatcherTest.
Class
- HttpMethodMatcherTest
- Basic tests for the HttpMethodMatcher class.
Namespace
Drupal\system\Tests\Routing
Code
public static function getInfo() {
return array(
'name' => 'Partial matcher HTTP Method tests',
'description' => 'Confirm that the Http Method partial matcher is functioning properly.',
'group' => 'Routing',
);
}