57 lines
1.6 KiB
YAML
57 lines
1.6 KiB
YAML
name: AllValidatorTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: All
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraints\All
|
|
- name: AllValidator
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraints\AllValidator
|
|
- name: NotNull
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraints\NotNull
|
|
- name: Range
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraints\Range
|
|
- name: UnexpectedValueException
|
|
type: class
|
|
source: Symfony\Component\Validator\Exception\UnexpectedValueException
|
|
- name: ConstraintValidatorTestCase
|
|
type: class
|
|
source: Symfony\Component\Validator\Test\ConstraintValidatorTestCase
|
|
properties: []
|
|
methods:
|
|
- name: createValidator
|
|
visibility: protected
|
|
parameters: []
|
|
comment: null
|
|
- name: testNullIsValid
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testThrowsExceptionIfNotTraversable
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testWalkSingleConstraint
|
|
visibility: public
|
|
parameters:
|
|
- name: array
|
|
comment: '# * @dataProvider getValidArguments'
|
|
- name: testWalkMultipleConstraints
|
|
visibility: public
|
|
parameters:
|
|
- name: array
|
|
comment: '# * @dataProvider getValidArguments'
|
|
- name: getValidArguments
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\Validator\Constraints\All
|
|
- Symfony\Component\Validator\Constraints\AllValidator
|
|
- Symfony\Component\Validator\Constraints\NotNull
|
|
- Symfony\Component\Validator\Constraints\Range
|
|
- Symfony\Component\Validator\Exception\UnexpectedValueException
|
|
- Symfony\Component\Validator\Test\ConstraintValidatorTestCase
|
|
interfaces: []
|