You are here

public static function ServiceContainerCToolsIntegrationTest::getInfo in Service Container 7

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

File

lib/Drupal/service_container/Tests/ServiceContainerCToolsIntegrationTest.php, line 26
Contains \Drupal\service_container\Tests\ServiceContainerCToolsIntegrationTest.

Class

ServiceContainerCToolsIntegrationTest

Namespace

Drupal\service_container\Tests

Code

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