platform/api/symfony/Component/DomCrawler/Tests/Field/FormFieldTest.yaml
2024-09-02 10:44:11 -07:00

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: []