public static function ModuleUnitTest::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ module.test, line 12 - Tests for the module API.
Class
- ModuleUnitTest
- Unit tests for the module API.
Code
public static function getInfo() {
return array(
'name' => 'Module API',
'description' => 'Test low-level module functions.',
'group' => 'Module',
);
}