function TextFieldTest::testTextfieldWidgetsFormatted

Tests widgets + 'formatted_text' setting.

File

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

Class

TextFieldTest
Tests the creation of text fields.

Namespace

Drupal\Tests\text\Functional

Code

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

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