You are here

public function TextFieldTest::testTextfieldWidgets in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/text/tests/src/Functional/TextFieldTest.php \Drupal\Tests\text\Functional\TextFieldTest::testTextfieldWidgets()

Test widgets.

Overrides StringFieldTest::testTextfieldWidgets

File

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

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