name: CompoundTest
class_comment: null
dependencies:
- name: TestCase
  type: class
  source: PHPUnit\Framework\TestCase
- name: Compound
  type: class
  source: Symfony\Component\Validator\Constraints\Compound
- name: Length
  type: class
  source: Symfony\Component\Validator\Constraints\Length
- name: NotBlank
  type: class
  source: Symfony\Component\Validator\Constraints\NotBlank
- name: ConstraintDefinitionException
  type: class
  source: Symfony\Component\Validator\Exception\ConstraintDefinitionException
properties:
- name: min
  visibility: public
  comment: null
methods:
- name: testItCannotRedefineConstraintsOption
  visibility: public
  parameters: []
  comment: null
- name: testCanDependOnNormalizedOptions
  visibility: public
  parameters: []
  comment: null
- name: getConstraints
  visibility: protected
  parameters:
  - name: options
  comment: null
- name: getDefaultOption
  visibility: public
  parameters: []
  comment: null
- name: getConstraints
  visibility: protected
  parameters:
  - name: options
  comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Validator\Constraints\Compound
- Symfony\Component\Validator\Constraints\Length
- Symfony\Component\Validator\Constraints\NotBlank
- Symfony\Component\Validator\Exception\ConstraintDefinitionException
interfaces: []