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

24 lines
523 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: ParseExceptionTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: ParseException
type: class
source: Symfony\Component\Yaml\Exception\ParseException
properties: []
methods:
- name: testGetMessage
visibility: public
parameters: []
comment: null
- name: testGetMessageWithUnicodeInFilename
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Yaml\Exception\ParseException
interfaces: []