public function TextFieldTest::testTextfieldWidgetsFormatted in Drupal 10
Same name and namespace in other branches
- 8 core/modules/text/tests/src/Functional/TextFieldTest.php \Drupal\Tests\text\Functional\TextFieldTest::testTextfieldWidgetsFormatted()
- 9 core/modules/text/tests/src/Functional/TextFieldTest.php \Drupal\Tests\text\Functional\TextFieldTest::testTextfieldWidgetsFormatted()
Tests widgets + 'formatted_text' setting.
File
- core/
modules/ text/ tests/ src/ Functional/ TextFieldTest.php, line 152
Class
- TextFieldTest
- Tests the creation of text fields.
Namespace
Drupal\Tests\text\FunctionalCode
public function testTextfieldWidgetsFormatted() {
$this
->_testTextfieldWidgetsFormatted('text', 'text_textfield');
$this
->_testTextfieldWidgetsFormatted('text_long', 'text_textarea');
}