function TextFieldTest::testTextfieldWidgets

Test widgets.

File

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

Class

TextFieldTest
Tests the creation of text fields.

Namespace

Drupal\text\Tests

Code

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