platform/api/symfony/Component/Mime/Tests/Header/DateHeaderTest.yaml
2024-09-02 10:44:11 -07:00

47 lines
1,000 B
YAML

name: DateHeaderTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: DateHeader
type: class
source: Symfony\Component\Mime\Header\DateHeader
properties: []
methods:
- name: testGetDateTime
visibility: public
parameters: []
comment: null
- name: testDateTimeCanBeSetBySetter
visibility: public
parameters: []
comment: null
- name: testDateTimeIsConvertedToImmutable
visibility: public
parameters: []
comment: null
- name: testDateTimeIsImmutable
visibility: public
parameters: []
comment: null
- name: testDateTimeIsConvertedToRfc2822Date
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\Header\DateHeader
interfaces: []