api/symfony/Component/Mailer/Tests/Transport/SendmailTransportFactoryTest.yaml
2024-09-26 02:03:21 -07:00

51 lines
1.4 KiB
YAML

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: []