public static function FlagTestCase::getInfo in Flag 7.2
Same name and namespace in other branches
- 6.2 tests/flag.test \FlagTestCase::getInfo()
- 6 tests/flag.test \FlagTestCase::getInfo()
Implements getInfo().
File
- tests/
flag.test, line 14 - Tests for the Flag module.
Class
- FlagTestCase
- @file Tests for the Flag module.
Code
public static function getInfo() {
return array(
'name' => t('Flag tests'),
'description' => t('Add, edit and delete flags.'),
'group' => t('Flag'),
);
}