public static function ModuleHandlerTest::getInfo in Service Container 7.2
Same name and namespace in other branches
- 7 lib/Drupal/service_container/Tests/ModuleHandlerTest.php \Drupal\service_container\Tests\ModuleHandlerTest::getInfo()
File
- lib/
Drupal/ service_container/ Tests/ ModuleHandlerTest.php, line 18 - Contains \Drupal\service_container\Tests\ModuleHandlerTest.
Class
- ModuleHandlerTest
- Tests the module_handler implementation of the service_container.
Namespace
Drupal\service_container\TestsCode
public static function getInfo() {
return array(
'name' => 'ModuleHandler',
'description' => 'Tests the module handler.',
'group' => 'service_container',
);
}