You are here

public static function FormsTestCase::getInfo in SimpleTest 7

File

tests/form.test, line 10
Unit tests for the Drupal Form API.

Class

FormsTestCase
@file Unit tests for the Drupal Form API.

Code

public static function getInfo() {
  return array(
    'name' => 'Required field validation',
    'description' => 'Carriage returns, tabs, and spaces are not valid content for a required field.',
    'group' => 'Form API',
  );
}