64 lines
1.5 KiB
YAML
64 lines
1.5 KiB
YAML
|
name: MailerTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: LoggerInterface
|
||
|
type: class
|
||
|
source: Psr\Log\LoggerInterface
|
||
|
- name: FullStack
|
||
|
type: class
|
||
|
source: Symfony\Bundle\FullStack
|
||
|
- name: EventDispatcherInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\EventDispatcher\EventDispatcherInterface
|
||
|
- name: Mailer
|
||
|
type: class
|
||
|
source: Symfony\Component\Mailer\Mailer
|
||
|
- name: SentMessage
|
||
|
type: class
|
||
|
source: Symfony\Component\Mailer\SentMessage
|
||
|
- name: AbstractTransport
|
||
|
type: class
|
||
|
source: Symfony\Component\Mailer\Transport\AbstractTransport
|
||
|
- name: Address
|
||
|
type: class
|
||
|
source: Symfony\Component\Mime\Address
|
||
|
- name: Email
|
||
|
type: class
|
||
|
source: Symfony\Component\Mime\Email
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testEnvelopeListener
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: eventDispatcher
|
||
|
- name: logger
|
||
|
- name: onDoSend
|
||
|
comment: null
|
||
|
- name: __toString
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: doSend
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: message
|
||
|
comment: null
|
||
|
- name: testMailerAssertions
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Psr\Log\LoggerInterface
|
||
|
- Symfony\Bundle\FullStack
|
||
|
- Symfony\Component\EventDispatcher\EventDispatcherInterface
|
||
|
- Symfony\Component\Mailer\Mailer
|
||
|
- Symfony\Component\Mailer\SentMessage
|
||
|
- Symfony\Component\Mailer\Transport\AbstractTransport
|
||
|
- Symfony\Component\Mime\Address
|
||
|
- Symfony\Component\Mime\Email
|
||
|
interfaces: []
|