41 lines
1 KiB
YAML
41 lines
1 KiB
YAML
|
name: IsFalseValidatorTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: IsFalse
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\IsFalse
|
||
|
- name: IsFalseValidator
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\IsFalseValidator
|
||
|
- name: ConstraintValidatorTestCase
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Test\ConstraintValidatorTestCase
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: createValidator
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testNullIsValid
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testFalseIsValid
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testTrueIsInvalid
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: constraint
|
||
|
comment: '# * @dataProvider provideInvalidConstraints'
|
||
|
- name: provideInvalidConstraints
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Validator\Constraints\IsFalse
|
||
|
- Symfony\Component\Validator\Constraints\IsFalseValidator
|
||
|
- Symfony\Component\Validator\Test\ConstraintValidatorTestCase
|
||
|
interfaces: []
|