91 lines
2.1 KiB
YAML
91 lines
2.1 KiB
YAML
|
name: NativeRequestHandlerTest
|
||
|
class_comment: '# * @author Bernhard Schussek <bschussek@gmail.com>'
|
||
|
dependencies:
|
||
|
- name: UnexpectedTypeException
|
||
|
type: class
|
||
|
source: Symfony\Component\Form\Exception\UnexpectedTypeException
|
||
|
- name: NativeRequestHandler
|
||
|
type: class
|
||
|
source: Symfony\Component\Form\NativeRequestHandler
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: setUpBeforeClass
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: setUp
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: tearDown
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testRequestShouldBeNull
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testMethodOverrideHeaderTakesPrecedenceIfPost
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testConvertEmptyUploadedFilesToNull
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testFixBuggyFilesArray
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testFixBuggyNestedFilesArray
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testMethodOverrideHeaderIgnoredIfNotPost
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testFormIgnoresMethodFieldIfRequestMethodIsMatched
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testFormDoesNotIgnoreMethodFieldIfRequestMethodIsNotMatched
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testMethodSubFormIsSubmitted
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: setRequestData
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: method
|
||
|
- name: data
|
||
|
- name: files
|
||
|
default: '[]'
|
||
|
comment: null
|
||
|
- name: getRequestHandler
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getUploadedFile
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: suffix
|
||
|
default: ''''''
|
||
|
comment: null
|
||
|
- name: getInvalidFile
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getFailedUploadedFile
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: errorCode
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Form\Exception\UnexpectedTypeException
|
||
|
- Symfony\Component\Form\NativeRequestHandler
|
||
|
interfaces: []
|