platform/api/symfony/Component/DomCrawler/Tests/Field/FileFormFieldTest.yaml

33 lines
692 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: FileFormFieldTest
class_comment: null
dependencies:
- name: FileFormField
type: class
source: Symfony\Component\DomCrawler\Field\FileFormField
properties: []
methods:
- name: testInitialize
visibility: public
parameters: []
comment: null
- name: testSetValue
visibility: public
parameters:
- name: method
comment: '# * @dataProvider getSetValueMethods'
- name: getSetValueMethods
visibility: public
parameters: []
comment: null
- name: testSetErrorCode
visibility: public
parameters: []
comment: null
- name: testSetRawFilePath
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\DomCrawler\Field\FileFormField
interfaces: []