57 lines
1.5 KiB
YAML
57 lines
1.5 KiB
YAML
name: LessThanValidatorTest
|
|
class_comment: '# * @author Daniel Holmes <daniel@danielholmes.org>'
|
|
dependencies:
|
|
- name: Constraint
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraint
|
|
- name: LessThan
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraints\LessThan
|
|
- name: LessThanValidator
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraints\LessThanValidator
|
|
- name: IcuCompatibilityTrait
|
|
type: class
|
|
source: Symfony\Component\Validator\Tests\IcuCompatibilityTrait
|
|
- name: IcuCompatibilityTrait
|
|
type: class
|
|
source: IcuCompatibilityTrait
|
|
properties: []
|
|
methods:
|
|
- name: createValidator
|
|
visibility: protected
|
|
parameters: []
|
|
comment: null
|
|
- name: createConstraint
|
|
visibility: protected
|
|
parameters:
|
|
- name: options
|
|
default: 'null'
|
|
comment: null
|
|
- name: getErrorCode
|
|
visibility: protected
|
|
parameters: []
|
|
comment: null
|
|
- name: provideValidComparisons
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: provideValidComparisonsToPropertyPath
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: provideInvalidComparisons
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: provideComparisonsToNullValueAtPropertyPath
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\Validator\Constraint
|
|
- Symfony\Component\Validator\Constraints\LessThan
|
|
- Symfony\Component\Validator\Constraints\LessThanValidator
|
|
- Symfony\Component\Validator\Tests\IcuCompatibilityTrait
|
|
- IcuCompatibilityTrait
|
|
interfaces: []
|