28 lines
715 B
YAML
28 lines
715 B
YAML
![]() |
name: SocketStreamTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: TransportException
|
||
|
type: class
|
||
|
source: Symfony\Component\Mailer\Exception\TransportException
|
||
|
- name: SocketStream
|
||
|
type: class
|
||
|
source: Symfony\Component\Mailer\Transport\Smtp\Stream\SocketStream
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testSocketErrorNoConnection
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testSocketErrorBeforeConnectError
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\Mailer\Exception\TransportException
|
||
|
- Symfony\Component\Mailer\Transport\Smtp\Stream\SocketStream
|
||
|
interfaces: []
|