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

48 lines
1,000 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []