function TextFieldTest::testTextfieldWidgetsFormatted

Test widgets + 'formatted_text' setting.

File

drupal/core/modules/text/lib/Drupal/text/Tests/TextFieldTest.php, line 154
Definition of Drupal\text\TextFieldTest.

Class

TextFieldTest
Tests the creation of text fields.

Namespace

Drupal\text\Tests

Code

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