api/symfony/Component/DomCrawler/Tests/Field/FormFieldTest.yaml

32 lines
700 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
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: []