public static function HealthTestCase::getInfo in Health Status 7
File
- ./
health.test, line 18 - Tests for health module.
Class
- HealthTestCase
- Functional tests for the health module.
Code
public static function getInfo() {
return array(
'name' => 'Health functionality',
'description' => 'Checks behavior of Health.',
'group' => 'Health',
);
}