31 lines
700 B
YAML
31 lines
700 B
YAML
name: FormFieldTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: InputFormField
|
|
type: class
|
|
source: Symfony\Component\DomCrawler\Field\InputFormField
|
|
properties: []
|
|
methods:
|
|
- name: testGetName
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetSetHasValue
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testLabelReturnsNullIfNoneIsDefined
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testLabelIsAssignedByForAttribute
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testLabelIsAssignedByParentingRelation
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\DomCrawler\Field\InputFormField
|
|
interfaces: []
|