36 lines
924 B
YAML
36 lines
924 B
YAML
|
name: MailerTestCommandTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: CommandTester
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Tester\CommandTester
|
||
|
- name: MailerTestCommand
|
||
|
type: class
|
||
|
source: Symfony\Component\Mailer\Command\MailerTestCommand
|
||
|
- name: TransportInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Mailer\Transport\TransportInterface
|
||
|
- name: Email
|
||
|
type: class
|
||
|
source: Symfony\Component\Mime\Email
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testSendsEmail
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testUsesCustomTransport
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\Console\Tester\CommandTester
|
||
|
- Symfony\Component\Mailer\Command\MailerTestCommand
|
||
|
- Symfony\Component\Mailer\Transport\TransportInterface
|
||
|
- Symfony\Component\Mime\Email
|
||
|
interfaces: []
|