66 lines
1.5 KiB
YAML
66 lines
1.5 KiB
YAML
|
name: NotBlankValidatorTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: NotBlank
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\NotBlank
|
||
|
- name: NotBlankValidator
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\NotBlankValidator
|
||
|
- 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: []
|
||
|
comment: null
|
||
|
- name: testBlankIsInvalid
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testFalseIsInvalid
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testEmptyArrayIsInvalid
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testAllowNullTrue
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testAllowNullFalse
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testNormalizedStringIsInvalid
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: value
|
||
|
comment: '# * @dataProvider getWhitespaces'
|
||
|
- name: getWhitespaces
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Validator\Constraints\NotBlank
|
||
|
- Symfony\Component\Validator\Constraints\NotBlankValidator
|
||
|
- Symfony\Component\Validator\Test\ConstraintValidatorTestCase
|
||
|
interfaces: []
|