platform/api/symfony/Component/Yaml/Tests/YamlTest.yaml

28 lines
565 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []