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