public static function FormExampleTestCase::getInfo in Examples for Developers 6
Same name and namespace in other branches
- 7 form_example/form_example.test \FormExampleTestCase::getInfo()
File
- form_example/
form_example.test, line 13 - test file for form_example module.
Class
- FormExampleTestCase
- Default test case for the form_example module.
Code
public static function getInfo() {
return array(
'name' => 'Form Example',
'description' => 'Various tests on the form_example module.',
'group' => 'Examples',
);
}