27 lines
565 B
YAML
27 lines
565 B
YAML
name: YamlTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: Yaml
|
|
type: class
|
|
source: Symfony\Component\Yaml\Yaml
|
|
properties: []
|
|
methods:
|
|
- name: testParseAndDump
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testZeroIndentationThrowsException
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testNegativeIndentationThrowsException
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\Yaml\Yaml
|
|
interfaces: []
|