public function FormOptionsAttributesSelectTestCase::testRadios in Form Options Attributes 7
File
- tests/form_options_attributes.test, line 33
- Tests for Form Options Attributes module
Class
- FormOptionsAttributesSelectTestCase
- @file
Tests for Form Options Attributes module
Code
public function testRadios() {
$this
->drupalGet('form-options-attributes-test');
$this
->assertRaw('<input class="southeast form-radio" data-bbq-meat="pork" type="radio" id="edit-states-radio-al" name="states_radio" value="AL" />', t('Radios element: class and data attributes found.'));
}