public static function ServiceContainerAnnotationDiscoveryIntegrationTest::getInfo in Service Container 7.2
Same name and namespace in other branches
- 7 modules/providers/service_container_annotation_discovery/lib/Drupal/service_container_annotation_discovery/Tests/ServiceContainerAnnotationDiscoveryIntegrationTest.php \Drupal\service_container_annotation_discovery\Tests\ServiceContainerAnnotationDiscoveryIntegrationTest::getInfo()
File
- modules/
providers/ service_container_annotation_discovery/ lib/ Drupal/ service_container_annotation_discovery/ Tests/ ServiceContainerAnnotationDiscoveryIntegrationTest.php, line 31 - Contains \Drupal\service_container_annotation_discovery\Tests\ServiceContainerBlockIntegrationTest.
Class
Namespace
Drupal\service_container_annotation_discovery\TestsCode
public static function getInfo() {
return array(
'name' => 'ServiceContainerAnnotationDirectoryIntegrationTest',
'description' => 'Tests the \\ServiceContainer Annotation Discovery class',
'group' => 'service_container',
);
}