public static function FormsTestTypeCase::getInfo in SimpleTest 7
File
- tests/
form.test, line 97 - Unit tests for the Drupal Form API.
Class
- FormsTestTypeCase
- Test form type functions for expected behavior.
Code
public static function getInfo() {
return array(
'name' => 'Form type-specific tests',
'description' => 'Test form type functions for expected behavior.',
'group' => 'Form API',
);
}