public static function LoggerIntegrationTest::getInfo in Service Container 7
Same name and namespace in other branches
- 7.2 lib/Drupal/service_container/Tests/LoggerIntegrationTest.php \Drupal\service_container\Tests\LoggerIntegrationTest::getInfo()
File
- lib/
Drupal/ service_container/ Tests/ LoggerIntegrationTest.php, line 17 - Contains \Drupal\service_container\Tests\LoggerIntegrationTest.
Class
Namespace
Drupal\service_container\TestsCode
public static function getInfo() {
return array(
'name' => 'Logger',
'description' => 'Some integration test for the logger.',
'group' => 'service_container',
);
}