33 lines
692 B
YAML
33 lines
692 B
YAML
|
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: []
|