54 lines
1.4 KiB
YAML
54 lines
1.4 KiB
YAML
|
name: ExpressionSyntaxTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: ExpressionSyntax
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\ExpressionSyntax
|
||
|
- name: ExpressionSyntaxValidator
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator
|
||
|
- name: ClassMetadata
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Mapping\ClassMetadata
|
||
|
- name: AttributeLoader
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Mapping\Loader\AttributeLoader
|
||
|
properties:
|
||
|
- name: a
|
||
|
visibility: private
|
||
|
comment: null
|
||
|
- name: b
|
||
|
visibility: private
|
||
|
comment: null
|
||
|
- name: c
|
||
|
visibility: private
|
||
|
comment: null
|
||
|
methods:
|
||
|
- name: testValidatedByStandardValidator
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testValidatedByService
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: constraint
|
||
|
comment: '# * @dataProvider provideServiceValidatedConstraints'
|
||
|
- name: provideServiceValidatedConstraints
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testAttributes
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\Validator\Constraints\ExpressionSyntax
|
||
|
- Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator
|
||
|
- Symfony\Component\Validator\Mapping\ClassMetadata
|
||
|
- Symfony\Component\Validator\Mapping\Loader\AttributeLoader
|
||
|
interfaces: []
|