api/symfony/Component/Validator/Tests/Util/PropertyPathTest.yaml

28 lines
603 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: PropertyPathTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: PropertyPath
type: class
source: Symfony\Component\Validator\Util\PropertyPath
properties: []
methods:
- name: testAppend
visibility: public
parameters:
- name: basePath
- name: subPath
- name: expectedPath
- name: message
comment: '# * @dataProvider provideAppendPaths'
- name: provideAppendPaths
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Validator\Util\PropertyPath
interfaces: []