public static function ControllerResolverTest::getInfo

File

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

Class

ControllerResolverTest
Tests that the Drupal-extended ControllerResolver is functioning properly.

Namespace

Drupal\system\Tests\Routing

Code

public static function getInfo() {
  return array(
    'name' => 'Controller Resolver tests',
    'description' => 'Tests that the Drupal-extended ControllerResolver is functioning properly.',
    'group' => 'Routing',
  );
}