name: ValidatorBuilderTest
class_comment: null
dependencies:
- name: TestCase
  type: class
  source: PHPUnit\Framework\TestCase
- name: CacheItemPoolInterface
  type: class
  source: Psr\Cache\CacheItemPoolInterface
- name: ConstraintValidatorFactoryInterface
  type: class
  source: Symfony\Component\Validator\ConstraintValidatorFactoryInterface
- name: ObjectInitializerInterface
  type: class
  source: Symfony\Component\Validator\ObjectInitializerInterface
- name: RecursiveValidator
  type: class
  source: Symfony\Component\Validator\Validator\RecursiveValidator
- name: ValidatorBuilder
  type: class
  source: Symfony\Component\Validator\ValidatorBuilder
- name: TranslatorInterface
  type: class
  source: Symfony\Contracts\Translation\TranslatorInterface
properties: []
methods:
- name: setUp
  visibility: protected
  parameters: []
  comment: null
- name: testAddObjectInitializer
  visibility: public
  parameters: []
  comment: null
- name: testAddObjectInitializers
  visibility: public
  parameters: []
  comment: null
- name: testAddXmlMapping
  visibility: public
  parameters: []
  comment: null
- name: testAddXmlMappings
  visibility: public
  parameters: []
  comment: null
- name: testAddYamlMapping
  visibility: public
  parameters: []
  comment: null
- name: testAddYamlMappings
  visibility: public
  parameters: []
  comment: null
- name: testAddMethodMapping
  visibility: public
  parameters: []
  comment: null
- name: testAddMethodMappings
  visibility: public
  parameters: []
  comment: null
- name: testDisableAttributeMapping
  visibility: public
  parameters: []
  comment: null
- name: testSetMappingCache
  visibility: public
  parameters: []
  comment: null
- name: testSetConstraintValidatorFactory
  visibility: public
  parameters: []
  comment: null
- name: testSetTranslator
  visibility: public
  parameters: []
  comment: null
- name: testSetTranslationDomain
  visibility: public
  parameters: []
  comment: null
- name: testGetValidator
  visibility: public
  parameters: []
  comment: null
traits:
- PHPUnit\Framework\TestCase
- Psr\Cache\CacheItemPoolInterface
- Symfony\Component\Validator\ConstraintValidatorFactoryInterface
- Symfony\Component\Validator\ObjectInitializerInterface
- Symfony\Component\Validator\Validator\RecursiveValidator
- Symfony\Component\Validator\ValidatorBuilder
- Symfony\Contracts\Translation\TranslatorInterface
interfaces: []