function autocompleteWidgetsAllowedValuesTest::testAllowedValues in Autocomplete Widgets for Text and Number Fields 7
File
- tests/
autocomplete_widgets.test, line 142
Class
Code
function testAllowedValues() {
$instance = $this
->createInstance($this->field, 'autocomplete_widgets_allowvals', $this->settings);
$this
->basicTest($instance);
$this
->startsWithTest($instance);
$this
->caseTest($instance);
$this
->xssTest($instance);
}