function TextFieldTestCase::testTextfieldWidgets

Test widgets.

File

drupal/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');
}