public static function FormTextareaTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ form.test, line 2211 - Unit tests for the Drupal Form API.
Class
- FormTextareaTestCase
- Tests for form textarea.
Code
public static function getInfo() {
return array(
'name' => 'Form textarea',
'description' => 'Tests form textarea related functions.',
'group' => 'Form API',
);
}