function TextFieldTest::testTextfieldWidgets

Tests widgets.

Overrides StringFieldTest::testTextfieldWidgets

File

core/modules/text/tests/src/Functional/TextFieldTest.php, line 147

Class

TextFieldTest
Tests the creation of text fields.

Namespace

Drupal\Tests\text\Functional

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.