52 lines
1.1 KiB
YAML
52 lines
1.1 KiB
YAML
|
name: PathHeaderTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: Address
|
||
|
type: class
|
||
|
source: Symfony\Component\Mime\Address
|
||
|
- name: PathHeader
|
||
|
type: class
|
||
|
source: Symfony\Component\Mime\Header\PathHeader
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testSingleAddressCanBeSetAndFetched
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testAddressMustComplyWithRfc2822
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testValueIsAngleAddrWithValidAddress
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testAddressIsIdnEncoded
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testAddressMustBeEncodableWithUtf8CharsInLocalPart
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testSetBody
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testGetBody
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testToString
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\Mime\Address
|
||
|
- Symfony\Component\Mime\Header\PathHeader
|
||
|
interfaces: []
|