128 lines
3.8 KiB
YAML
128 lines
3.8 KiB
YAML
|
name: AttributeLoaderTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: All
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\All
|
||
|
- name: AtLeastOneOf
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\AtLeastOneOf
|
||
|
- name: Callback
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\Callback
|
||
|
- name: Choice
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\Choice
|
||
|
- name: Collection
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\Collection
|
||
|
- name: Email
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\Email
|
||
|
- name: Expression
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\Expression
|
||
|
- name: IsTrue
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\IsTrue
|
||
|
- name: NotBlank
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\NotBlank
|
||
|
- name: NotNull
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\NotNull
|
||
|
- name: Optional
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\Optional
|
||
|
- name: Range
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\Range
|
||
|
- name: Required
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\Required
|
||
|
- name: Sequentially
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\Sequentially
|
||
|
- name: Type
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\Type
|
||
|
- name: Valid
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\Valid
|
||
|
- name: ClassMetadata
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Mapping\ClassMetadata
|
||
|
- name: AttributeLoader
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Mapping\Loader\AttributeLoader
|
||
|
- name: ConstraintA
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Tests\Fixtures\ConstraintA
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testLoadClassMetadataReturnsTrueIfSuccessful
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testLoadClassMetadataReturnsFalseIfNotSuccessful
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testLoadClassMetadata
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testLoadParentClassMetadata
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: '# * Test MetaData merge with parent attribute.'
|
||
|
- name: testLoadClassMetadataAndMerge
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: '# * Test MetaData merge with parent attribute.'
|
||
|
- name: testLoadGroupSequenceProviderAttribute
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testLoadExternalGroupSequenceProvider
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: createAttributeLoader
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getFixtureNamespace
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getFixtureAttributeNamespace
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\Validator\Constraints\All
|
||
|
- Symfony\Component\Validator\Constraints\AtLeastOneOf
|
||
|
- Symfony\Component\Validator\Constraints\Callback
|
||
|
- Symfony\Component\Validator\Constraints\Choice
|
||
|
- Symfony\Component\Validator\Constraints\Collection
|
||
|
- Symfony\Component\Validator\Constraints\Email
|
||
|
- Symfony\Component\Validator\Constraints\Expression
|
||
|
- Symfony\Component\Validator\Constraints\IsTrue
|
||
|
- Symfony\Component\Validator\Constraints\NotBlank
|
||
|
- Symfony\Component\Validator\Constraints\NotNull
|
||
|
- Symfony\Component\Validator\Constraints\Optional
|
||
|
- Symfony\Component\Validator\Constraints\Range
|
||
|
- Symfony\Component\Validator\Constraints\Required
|
||
|
- Symfony\Component\Validator\Constraints\Sequentially
|
||
|
- Symfony\Component\Validator\Constraints\Type
|
||
|
- Symfony\Component\Validator\Constraints\Valid
|
||
|
- Symfony\Component\Validator\Mapping\ClassMetadata
|
||
|
- Symfony\Component\Validator\Mapping\Loader\AttributeLoader
|
||
|
- Symfony\Component\Validator\Tests\Fixtures\ConstraintA
|
||
|
interfaces: []
|