32 lines
915 B
YAML
32 lines
915 B
YAML
|
name: ConstraintValidatorFactoryTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: ConstraintValidatorFactory
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\ConstraintValidatorFactory
|
||
|
- 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: testGetInstance
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testPredefinedGetInstance
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\Validator\ConstraintValidatorFactory
|
||
|
- Symfony\Component\Validator\Tests\Fixtures\DummyConstraint
|
||
|
- Symfony\Component\Validator\Tests\Fixtures\DummyConstraintValidator
|
||
|
interfaces: []
|