api/symfony/Component/Validator/Tests/Constraints/AllValidatorTest.yaml

58 lines
1.6 KiB
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
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: []