44 lines
1,013 B
YAML
44 lines
1,013 B
YAML
|
name: DsnTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: InvalidArgumentException
|
||
|
type: class
|
||
|
source: Symfony\Component\Mailer\Exception\InvalidArgumentException
|
||
|
- name: Dsn
|
||
|
type: class
|
||
|
source: Symfony\Component\Mailer\Transport\Dsn
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testFromString
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: string
|
||
|
- name: dsn
|
||
|
comment: '# * @dataProvider fromStringProvider'
|
||
|
- name: testGetOption
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testInvalidDsn
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: dsn
|
||
|
- name: exceptionMessage
|
||
|
comment: '# * @dataProvider invalidDsnProvider'
|
||
|
- name: fromStringProvider
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: invalidDsnProvider
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\Mailer\Exception\InvalidArgumentException
|
||
|
- Symfony\Component\Mailer\Transport\Dsn
|
||
|
interfaces: []
|