55 lines
1.4 KiB
YAML
55 lines
1.4 KiB
YAML
name: FormDataPartTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: InvalidArgumentException
|
|
type: class
|
|
source: Symfony\Component\Mime\Exception\InvalidArgumentException
|
|
- name: DataPart
|
|
type: class
|
|
source: Symfony\Component\Mime\Part\DataPart
|
|
- name: FormDataPart
|
|
type: class
|
|
source: Symfony\Component\Mime\Part\Multipart\FormDataPart
|
|
- name: TextPart
|
|
type: class
|
|
source: Symfony\Component\Mime\Part\TextPart
|
|
properties: []
|
|
methods:
|
|
- name: testConstructor
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testNestedArrayParts
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testExceptionOnFormFieldsWithIntegerKeysAndMultipleValues
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testExceptionOnFormFieldsWithDisallowedTypesInsideArray
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testToString
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testContentLineLength
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testBoundaryContentTypeHeader
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\Mime\Exception\InvalidArgumentException
|
|
- Symfony\Component\Mime\Part\DataPart
|
|
- Symfony\Component\Mime\Part\Multipart\FormDataPart
|
|
- Symfony\Component\Mime\Part\TextPart
|
|
interfaces: []
|