function TextFieldTestCase::testTextfieldWidgetsFormatted
Test widgets + 'formatted_text' setting.
File
-
modules/
field/ modules/ text/ text.test, line 138
Class
- TextFieldTestCase
- @file Tests for text.module.
Code
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.