public static function ServiceContainerIntegrationTest::getInfo in Service Container 7.2
Same name and namespace in other branches
- 7 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
Namespace
Drupal\service_container\TestsCode
public static function getInfo() {
return array(
'name' => 'ServiceContainer',
'description' => 'Tests the \\ServiceContainer class',
'group' => 'service_container',
);
}