75 lines
1.8 KiB
YAML
75 lines
1.8 KiB
YAML
name: UnstructuredHeaderTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: UnstructuredHeader
|
|
type: class
|
|
source: Symfony\Component\Mime\Header\UnstructuredHeader
|
|
properties: []
|
|
methods:
|
|
- name: testGetNameReturnsNameVerbatim
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetValueReturnsValueVerbatim
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testBasicStructureIsKeyValuePair
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testLongHeadersAreFoldedAtWordBoundary
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testPrintableAsciiOnlyAppearsInHeaders
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testEncodedWordsFollowGeneralStructure
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testEncodedWordIncludesCharsetAndEncodingMethodAndText
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testEncodedWordsAreUsedToEncodedNonPrintableAscii
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testEncodedWordsAreUsedToEncode8BitOctets
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testEncodedWordsAreNoMoreThan75CharsPerLine
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testFWSPIsUsedWhenEncoderReturnsMultipleLines
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testAdjacentWordsAreEncodedTogether
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testLanguageInformationAppearsInEncodedWords
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testSetBody
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetBody
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\Mime\Header\UnstructuredHeader
|
|
interfaces: []
|