64 lines
1.8 KiB
YAML
64 lines
1.8 KiB
YAML
|
name: ExpressionSyntaxValidatorTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: ExpressionLanguage
|
||
|
type: class
|
||
|
source: Symfony\Component\ExpressionLanguage\ExpressionLanguage
|
||
|
- name: ExpressionSyntax
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\ExpressionSyntax
|
||
|
- name: ExpressionSyntaxValidator
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator
|
||
|
- name: ConstraintValidatorTestCase
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Test\ConstraintValidatorTestCase
|
||
|
- name: StringableValue
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Tests\Constraints\Fixtures\StringableValue
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: createValidator
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testNullIsValid
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testEmptyStringIsValid
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testExpressionValid
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testStringableExpressionValid
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testExpressionWithoutNames
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testExpressionWithAllowedVariableName
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testExpressionIsNotValid
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testStringableExpressionIsNotValid
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\ExpressionLanguage\ExpressionLanguage
|
||
|
- Symfony\Component\Validator\Constraints\ExpressionSyntax
|
||
|
- Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator
|
||
|
- Symfony\Component\Validator\Test\ConstraintValidatorTestCase
|
||
|
- Symfony\Component\Validator\Tests\Constraints\Fixtures\StringableValue
|
||
|
interfaces: []
|