function TextFieldTestCase::testTextfieldWidgets in Drupal 7
Test widgets.
File
- modules/field/ modules/ text/ text.test, line 77 
- Tests for text.module.
Class
- TextFieldTestCase
- @file Tests for text.module.
Code
function testTextfieldWidgets() {
  $this
    ->_testTextfieldWidgets('text', 'text_textfield');
  $this
    ->_testTextfieldWidgets('text_long', 'text_textarea');
}