name: ChoiceTest class_comment: null dependencies: - name: TestCase type: class source: PHPUnit\Framework\TestCase - name: Choice type: class source: Symfony\Component\Validator\Constraints\Choice - name: ClassMetadata type: class source: Symfony\Component\Validator\Mapping\ClassMetadata - name: AttributeLoader type: class source: Symfony\Component\Validator\Mapping\Loader\AttributeLoader - name: ConstraintChoiceWithPreset type: class source: Symfony\Component\Validator\Tests\Fixtures\ConstraintChoiceWithPreset properties: - name: a visibility: private comment: null - name: b visibility: private comment: null - name: c visibility: private comment: null - name: stringIndexed visibility: private comment: null methods: - name: testSetDefaultPropertyChoice visibility: public parameters: [] comment: null - name: testAttributes visibility: public parameters: [] comment: null traits: - PHPUnit\Framework\TestCase - Symfony\Component\Validator\Constraints\Choice - Symfony\Component\Validator\Mapping\ClassMetadata - Symfony\Component\Validator\Mapping\Loader\AttributeLoader - Symfony\Component\Validator\Tests\Fixtures\ConstraintChoiceWithPreset interfaces: []