platform/api/symfony/Component/Mime/Tests/Header/IdentificationHeaderTest.yaml

80 lines
1.7 KiB
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: IdentificationHeaderTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: IdentificationHeader
type: class
source: Symfony\Component\Mime\Header\IdentificationHeader
properties: []
methods:
- name: testValueMatchesMsgIdSpec
visibility: public
parameters: []
comment: null
- name: testIdCanBeRetrievedVerbatim
visibility: public
parameters: []
comment: null
- name: testMultipleIdsCanBeSet
visibility: public
parameters: []
comment: null
- name: testSettingMultipleIdsProducesAListValue
visibility: public
parameters: []
comment: null
- name: testIdLeftCanBeQuoted
visibility: public
parameters: []
comment: null
- name: testIdLeftCanContainAnglesAsQuotedPairs
visibility: public
parameters: []
comment: null
- name: testIdLeftCanBeDotAtom
visibility: public
parameters: []
comment: null
- name: testInvalidIdLeftThrowsException
visibility: public
parameters: []
comment: null
- name: testIdRightCanBeDotAtom
visibility: public
parameters: []
comment: null
- name: testIdRightCanBeLiteral
visibility: public
parameters: []
comment: null
- name: testIdRigthIsIdnEncoded
visibility: public
parameters: []
comment: null
- name: testInvalidIdRightThrowsException
visibility: public
parameters: []
comment: null
- name: testMissingAtSignThrowsException
visibility: public
parameters: []
comment: null
- name: testSetBody
visibility: public
parameters: []
comment: null
- name: testGetBody
visibility: public
parameters: []
comment: null
- name: testStringValue
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Mime\Header\IdentificationHeader
interfaces: []