public static function RouterTest::getInfo

Same name in this branch

File

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

Class

RouterTest
Functional class for the full integrated routing system.

Namespace

Drupal\system\Tests\Routing

Code

public static function getInfo() {
  return array(
    'name' => 'Integrated Router tests',
    'description' => 'Function Tests for the fully integrated routing system.',
    'group' => 'Routing',
  );
}