36 lines
789 B
YAML
36 lines
789 B
YAML
|
name: DraftEmailTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: DraftEmail
|
||
|
type: class
|
||
|
source: Symfony\Component\Mime\DraftEmail
|
||
|
- name: LogicException
|
||
|
type: class
|
||
|
source: Symfony\Component\Mime\Exception\LogicException
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testCanHaveJustBody
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testBccIsRemoved
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testMustHaveBody
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testEnsureValidityAlwaysFails
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\Mime\DraftEmail
|
||
|
- Symfony\Component\Mime\Exception\LogicException
|
||
|
interfaces: []
|