You are here

public static function ServiceContainerIntegrationTest::getInfo in Service Container 7

Same name and namespace in other branches
  1. 7.2 lib/Drupal/service_container/Tests/ServiceContainerIntegrationTest.php \Drupal\service_container\Tests\ServiceContainerIntegrationTest::getInfo()

File

lib/Drupal/service_container/Tests/ServiceContainerIntegrationTest.php, line 15
Contains \Drupal\service_container\Tests\ServiceContainerIntegrationTest.

Class

ServiceContainerIntegrationTest

Namespace

Drupal\service_container\Tests

Code

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