public static function FirstEntryFinalMatcherTest::getInfo

File

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

Class

FirstEntryFinalMatcherTest
Basic tests for the NestedMatcher class.

Namespace

Drupal\system\Tests\Routing

Code

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