100 lines
2 KiB
YAML
100 lines
2 KiB
YAML
|
name: ChoiceFormFieldTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: ChoiceFormField
|
||
|
type: class
|
||
|
source: Symfony\Component\DomCrawler\Field\ChoiceFormField
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testInitialize
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testGetType
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testIsMultiple
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testSelects
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testSelectWithEmptyBooleanAttribute
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testSelectIsDisabled
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testMultipleSelects
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testRadioButtons
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testRadioButtonsWithEmptyBooleanAttribute
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testRadioButtonIsDisabled
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testCheckboxes
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testCheckboxWithEmptyBooleanAttribute
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testTick
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testUntick
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testSelect
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testOptionWithNoValue
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testDisableValidation
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testSelectWithEmptyValue
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: createSelectNode
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: options
|
||
|
- name: attributes
|
||
|
default: '[]'
|
||
|
- name: selectedAttrText
|
||
|
default: '''selected'''
|
||
|
comment: null
|
||
|
- name: createSelectNodeWithEmptyOption
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: options
|
||
|
- name: attributes
|
||
|
default: '[]'
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\DomCrawler\Field\ChoiceFormField
|
||
|
interfaces: []
|