api/symfony/Component/Mailer/Tests/Transport/SendmailTransportFactoryTest.yaml

52 lines
1.4 KiB
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: SendmailTransportFactoryTest
class_comment: null
dependencies:
- name: NullLogger
type: class
source: Psr\Log\NullLogger
- name: MockHttpClient
type: class
source: Symfony\Component\HttpClient\MockHttpClient
- name: TransportFactoryTestCase
type: class
source: Symfony\Component\Mailer\Test\TransportFactoryTestCase
- name: Dsn
type: class
source: Symfony\Component\Mailer\Transport\Dsn
- name: SendmailTransport
type: class
source: Symfony\Component\Mailer\Transport\SendmailTransport
- name: SendmailTransportFactory
type: class
source: Symfony\Component\Mailer\Transport\SendmailTransportFactory
- name: TransportFactoryInterface
type: class
source: Symfony\Component\Mailer\Transport\TransportFactoryInterface
properties: []
methods:
- name: getFactory
visibility: public
parameters: []
comment: null
- name: supportsProvider
visibility: public
parameters: []
comment: null
- name: createProvider
visibility: public
parameters: []
comment: null
- name: unsupportedSchemeProvider
visibility: public
parameters: []
comment: null
traits:
- Psr\Log\NullLogger
- Symfony\Component\HttpClient\MockHttpClient
- Symfony\Component\Mailer\Test\TransportFactoryTestCase
- Symfony\Component\Mailer\Transport\Dsn
- Symfony\Component\Mailer\Transport\SendmailTransport
- Symfony\Component\Mailer\Transport\SendmailTransportFactory
- Symfony\Component\Mailer\Transport\TransportFactoryInterface
interfaces: []