41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
name: NotNullValidatorTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: NotNull
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraints\NotNull
|
|
- name: NotNullValidator
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraints\NotNullValidator
|
|
- name: ConstraintValidatorTestCase
|
|
type: class
|
|
source: Symfony\Component\Validator\Test\ConstraintValidatorTestCase
|
|
properties: []
|
|
methods:
|
|
- name: createValidator
|
|
visibility: protected
|
|
parameters: []
|
|
comment: null
|
|
- name: testValidValues
|
|
visibility: public
|
|
parameters:
|
|
- name: value
|
|
comment: '# * @dataProvider getValidValues'
|
|
- name: getValidValues
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testNullIsInvalid
|
|
visibility: public
|
|
parameters:
|
|
- name: constraint
|
|
comment: '# * @dataProvider provideInvalidConstraints'
|
|
- name: provideInvalidConstraints
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\Validator\Constraints\NotNull
|
|
- Symfony\Component\Validator\Constraints\NotNullValidator
|
|
- Symfony\Component\Validator\Test\ConstraintValidatorTestCase
|
|
interfaces: []
|