function TextFieldTestCase::testTextfieldWidgets
Test widgets.
File
-
modules/
field/ modules/ text/ text.test, line 79
Class
- TextFieldTestCase
- @file Tests for text.module.
Code
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.