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

69 lines
1.9 KiB
YAML

name: EsmtpTransportTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: TransportException
type: class
source: Symfony\Component\Mailer\Exception\TransportException
- name: CramMd5Authenticator
type: class
source: Symfony\Component\Mailer\Transport\Smtp\Auth\CramMd5Authenticator
- name: LoginAuthenticator
type: class
source: Symfony\Component\Mailer\Transport\Smtp\Auth\LoginAuthenticator
- name: XOAuth2Authenticator
type: class
source: Symfony\Component\Mailer\Transport\Smtp\Auth\XOAuth2Authenticator
- name: EsmtpTransport
type: class
source: Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport
- name: Email
type: class
source: Symfony\Component\Mime\Email
properties: []
methods:
- name: testToString
visibility: public
parameters: []
comment: null
- name: testExtensibility
visibility: public
parameters: []
comment: null
- name: testConstructorWithDefaultAuthenticators
visibility: public
parameters: []
comment: null
- name: testConstructorWithRedefinedAuthenticators
visibility: public
parameters: []
comment: null
- name: testSetAuthenticators
visibility: public
parameters: []
comment: null
- name: testConstructorWithEmptyAuthenticator
visibility: public
parameters: []
comment: null
- name: testSocketTimeout
visibility: public
parameters: []
comment: null
- name: executeCommand
visibility: public
parameters:
- name: command
- name: codes
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Mailer\Exception\TransportException
- Symfony\Component\Mailer\Transport\Smtp\Auth\CramMd5Authenticator
- Symfony\Component\Mailer\Transport\Smtp\Auth\LoginAuthenticator
- Symfony\Component\Mailer\Transport\Smtp\Auth\XOAuth2Authenticator
- Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport
- Symfony\Component\Mime\Email
interfaces: []