public static function ChainMatcherTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Routing/ChainMatcherTest.php, line 26
Definition of Drupal\system\Tests\Routing\ChainMatcherTest.

Class

ChainMatcherTest
Basic tests for the ChainMatcher.

Namespace

Drupal\system\Tests\Routing

Code

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