public static function RouteProviderTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php, line 33
Contains Drupal\system\Tests\Routing\RouteProviderTest.

Class

RouteProviderTest
Basic tests for the RouteProvider.

Namespace

Drupal\system\Tests\Routing

Code

public static function getInfo() {
  return array(
    'name' => 'Route Provider tests',
    'description' => 'Confirm that the default route provider is working correctly.',
    'group' => 'Routing',
  );
}