55 lines
1.7 KiB
YAML
55 lines
1.7 KiB
YAML
|
name: ContainerConstraintValidatorFactoryTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: Container
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\Container
|
||
|
- name: Constraint
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraint
|
||
|
- name: BlankConstraint
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\Blank
|
||
|
- name: ContainerConstraintValidatorFactory
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\ContainerConstraintValidatorFactory
|
||
|
- name: ValidatorException
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Exception\ValidatorException
|
||
|
- name: DummyConstraint
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Tests\Fixtures\DummyConstraint
|
||
|
- name: DummyConstraintValidator
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Tests\Fixtures\DummyConstraintValidator
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testGetInstanceCreatesValidator
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testGetInstanceReturnsExistingValidator
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testGetInstanceReturnsService
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testGetInstanceInvalidValidatorClass
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\DependencyInjection\Container
|
||
|
- Symfony\Component\Validator\Constraint
|
||
|
- Symfony\Component\Validator\ContainerConstraintValidatorFactory
|
||
|
- Symfony\Component\Validator\Exception\ValidatorException
|
||
|
- Symfony\Component\Validator\Tests\Fixtures\DummyConstraint
|
||
|
- Symfony\Component\Validator\Tests\Fixtures\DummyConstraintValidator
|
||
|
interfaces: []
|