function TextFieldTestCase::testTextfieldWidgetsFormatted

Test widgets + 'formatted_text' setting.

File

drupal/modules/field/modules/text/text.test, line 136
Tests for text.module.

Class

TextFieldTestCase
@file Tests for text.module.

Code

function testTextfieldWidgetsFormatted() {
  $this
    ->_testTextfieldWidgetsFormatted('text', 'text_textfield');
  $this
    ->_testTextfieldWidgetsFormatted('text_long', 'text_textarea');
}