116 lines
2.8 KiB
YAML
116 lines
2.8 KiB
YAML
name: PropertyPathTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: InvalidPropertyPathException
|
|
type: class
|
|
source: Symfony\Component\PropertyAccess\Exception\InvalidPropertyPathException
|
|
- name: PropertyPath
|
|
type: class
|
|
source: Symfony\Component\PropertyAccess\PropertyPath
|
|
properties: []
|
|
methods:
|
|
- name: testToString
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testDotIsRequiredBeforeProperty
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testDotCannotBePresentAtTheBeginning
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: providePathsContainingUnexpectedCharacters
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testUnexpectedCharacters
|
|
visibility: public
|
|
parameters:
|
|
- name: path
|
|
comment: '# * @dataProvider providePathsContainingUnexpectedCharacters'
|
|
- name: testPathCannotBeEmpty
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testZeroIsValidPropertyPath
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetParentWithDot
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetElementsWithEscapedDot
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetElementsWithEscapedArray
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetElementsWithDoubleEscapedDot
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetElementsWithDoubleEscapedArray
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetParentWithIndex
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetParentWhenThereIsNoParent
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testCopyConstructor
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetElement
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetElementDoesNotAcceptInvalidIndices
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetElementDoesNotAcceptNegativeIndices
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testIsProperty
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testIsPropertyDoesNotAcceptInvalidIndices
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testIsPropertyDoesNotAcceptNegativeIndices
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testIsIndex
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testIsIndexDoesNotAcceptInvalidIndices
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testIsIndexDoesNotAcceptNegativeIndices
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\PropertyAccess\Exception\InvalidPropertyPathException
|
|
- Symfony\Component\PropertyAccess\PropertyPath
|
|
interfaces: []
|