43 lines
949 B
YAML
43 lines
949 B
YAML
name: YamlEncoderTest
|
|
class_comment: "# * @author K\xE9vin Dunglas <dunglas@gmail.com>"
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: YamlEncoder
|
|
type: class
|
|
source: Symfony\Component\Serializer\Encoder\YamlEncoder
|
|
- name: Yaml
|
|
type: class
|
|
source: Symfony\Component\Yaml\Yaml
|
|
properties: []
|
|
methods:
|
|
- name: testEncode
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testSupportsEncoding
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testDecode
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testSupportsDecoding
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testIndentation
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testContext
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\Serializer\Encoder\YamlEncoder
|
|
- Symfony\Component\Yaml\Yaml
|
|
interfaces: []
|