You are here

public static function ServiceContainerSymfonyTest::getInfo in Service Container 7

Same name and namespace in other branches
  1. 7.2 modules/providers/service_container_symfony/lib/Drupal/service_container_symfony/Tests/ServiceContainerSymfonyTest.php \Drupal\service_container_symfony\Tests\ServiceContainerSymfonyTest::getInfo()

File

modules/providers/service_container_symfony/lib/Drupal/service_container_symfony/Tests/ServiceContainerSymfonyTest.php, line 17
Contains \Drupal\service_container_symfony\Tests\ServiceContainerSymfonyTest.

Class

ServiceContainerSymfonyTest

Namespace

Drupal\service_container_symfony\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'ServiceContainerSymfonyTest',
    'description' => 'Tests the \\ServiceContainerSymfony class',
    'group' => 'service_container',
  );
}