public static function SecKitTestCase::getInfo in Security Kit 6
Same name and namespace in other branches
- 7 seckit.test \SecKitTestCase::getInfo()
Implements getInfo().
See also
DrupalWebTestCase::getInfo()
File
- ./
seckit.test, line 21 - Tests for Security Kit module.
Class
- SecKitTestCase
- Functional tests for Security Kit.
Code
public static function getInfo() {
return array(
'name' => t('Security Kit functionality'),
'description' => t('Tests functionality and settings page of Security Kit module.'),
'group' => t('Security Kit'),
);
}