platform/api/symfony/Component/Validator/Tests/Constraints/RangeTest.yaml

72 lines
2.2 KiB
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: RangeTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: Range
type: class
source: Symfony\Component\Validator\Constraints\Range
- name: ConstraintDefinitionException
type: class
source: Symfony\Component\Validator\Exception\ConstraintDefinitionException
- name: MissingOptionsException
type: class
source: Symfony\Component\Validator\Exception\MissingOptionsException
properties: []
methods:
- name: testThrowsConstraintExceptionIfBothMinLimitAndPropertyPath
visibility: public
parameters: []
comment: null
- name: testThrowsConstraintExceptionIfBothMinLimitAndPropertyPathNamed
visibility: public
parameters: []
comment: null
- name: testThrowsConstraintExceptionIfBothMaxLimitAndPropertyPath
visibility: public
parameters: []
comment: null
- name: testThrowsConstraintExceptionIfBothMaxLimitAndPropertyPathNamed
visibility: public
parameters: []
comment: null
- name: testThrowsConstraintExceptionIfNoLimitNorPropertyPath
visibility: public
parameters: []
comment: null
- name: testThrowsNoDefaultOptionConfiguredException
visibility: public
parameters: []
comment: null
- name: testThrowsConstraintDefinitionExceptionIfBothMinAndMaxAndMinMessageAndMaxMessage
visibility: public
parameters: []
comment: null
- name: testThrowsConstraintDefinitionExceptionIfBothMinAndMaxAndMinMessage
visibility: public
parameters: []
comment: null
- name: testThrowsConstraintDefinitionExceptionIfBothMinAndMaxAndMaxMessage
visibility: public
parameters: []
comment: null
- name: testThrowsConstraintDefinitionExceptionIfBothMinAndMaxAndMinMessageAndMaxMessageOptions
visibility: public
parameters: []
comment: null
- name: testThrowsConstraintDefinitionExceptionIfBothMinAndMaxAndMinMessageOptions
visibility: public
parameters: []
comment: null
- name: testThrowsConstraintDefinitionExceptionIfBothMinAndMaxAndMaxMessageOptions
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Validator\Constraints\Range
- Symfony\Component\Validator\Exception\ConstraintDefinitionException
- Symfony\Component\Validator\Exception\MissingOptionsException
interfaces: []