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: []