You are here

function TextFieldTestCase::testTextfieldWidgetsFormatted in Drupal 7

Test widgets + 'formatted_text' setting.

File

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