Test widgets.
File
- drupal/core/modules/text/lib/Drupal/text/Tests/TextFieldTest.php, line 87
- 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');
}