132 lines
4.5 KiB
YAML
132 lines
4.5 KiB
YAML
name: YamlFileLoaderTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: All
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraints\All
|
|
- 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: IsTrue
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraints\IsTrue
|
|
- name: NotNull
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraints\NotNull
|
|
- name: Range
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraints\Range
|
|
- name: ClassMetadata
|
|
type: class
|
|
source: Symfony\Component\Validator\Mapping\ClassMetadata
|
|
- name: YamlFileLoader
|
|
type: class
|
|
source: Symfony\Component\Validator\Mapping\Loader\YamlFileLoader
|
|
- name: DummyGroupProvider
|
|
type: class
|
|
source: Symfony\Component\Validator\Tests\Dummy\DummyGroupProvider
|
|
- name: GroupProviderDto
|
|
type: class
|
|
source: Symfony\Component\Validator\Tests\Fixtures\Attribute\GroupProviderDto
|
|
- name: ConstraintA
|
|
type: class
|
|
source: Symfony\Component\Validator\Tests\Fixtures\ConstraintA
|
|
- name: ConstraintB
|
|
type: class
|
|
source: Symfony\Component\Validator\Tests\Fixtures\ConstraintB
|
|
- name: ConstraintWithRequiredArgument
|
|
type: class
|
|
source: Symfony\Component\Validator\Tests\Fixtures\ConstraintWithRequiredArgument
|
|
- name: Entity_81
|
|
type: class
|
|
source: Symfony\Component\Validator\Tests\Fixtures\Entity_81
|
|
- name: Entity
|
|
type: class
|
|
source: Symfony\Component\Validator\Tests\Fixtures\NestedAttribute\Entity
|
|
- name: GroupSequenceProviderEntity
|
|
type: class
|
|
source: Symfony\Component\Validator\Tests\Fixtures\NestedAttribute\GroupSequenceProviderEntity
|
|
- name: ConstraintWithNamedArguments
|
|
type: class
|
|
source: Symfony\Component\Validator\Tests\Mapping\Loader\Fixtures\ConstraintWithNamedArguments
|
|
- name: ConstraintWithoutValueWithNamedArguments
|
|
type: class
|
|
source: Symfony\Component\Validator\Tests\Mapping\Loader\Fixtures\ConstraintWithoutValueWithNamedArguments
|
|
properties: []
|
|
methods:
|
|
- name: testLoadClassMetadataReturnsFalseIfEmpty
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testInvalidYamlFiles
|
|
visibility: public
|
|
parameters:
|
|
- name: path
|
|
comment: '# * @dataProvider provideInvalidYamlFiles'
|
|
- name: provideInvalidYamlFiles
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testDoNotModifyStateIfExceptionIsThrown
|
|
visibility: public
|
|
parameters: []
|
|
comment: '# * @see https://github.com/symfony/symfony/pull/12158'
|
|
- name: testLoadClassMetadataReturnsTrueIfSuccessful
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testLoadClassMetadataReturnsFalseIfNotSuccessful
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testLoadClassMetadata
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testLoadClassMetadataWithConstants
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testLoadClassMetadataWithRequiredArguments
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testLoadGroupSequenceProvider
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testLoadGroupProvider
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\Validator\Constraints\All
|
|
- Symfony\Component\Validator\Constraints\Callback
|
|
- Symfony\Component\Validator\Constraints\Choice
|
|
- Symfony\Component\Validator\Constraints\Collection
|
|
- Symfony\Component\Validator\Constraints\IsTrue
|
|
- Symfony\Component\Validator\Constraints\NotNull
|
|
- Symfony\Component\Validator\Constraints\Range
|
|
- Symfony\Component\Validator\Mapping\ClassMetadata
|
|
- Symfony\Component\Validator\Mapping\Loader\YamlFileLoader
|
|
- Symfony\Component\Validator\Tests\Dummy\DummyGroupProvider
|
|
- Symfony\Component\Validator\Tests\Fixtures\Attribute\GroupProviderDto
|
|
- Symfony\Component\Validator\Tests\Fixtures\ConstraintA
|
|
- Symfony\Component\Validator\Tests\Fixtures\ConstraintB
|
|
- Symfony\Component\Validator\Tests\Fixtures\ConstraintWithRequiredArgument
|
|
- Symfony\Component\Validator\Tests\Fixtures\Entity_81
|
|
- Symfony\Component\Validator\Tests\Fixtures\NestedAttribute\Entity
|
|
- Symfony\Component\Validator\Tests\Fixtures\NestedAttribute\GroupSequenceProviderEntity
|
|
- Symfony\Component\Validator\Tests\Mapping\Loader\Fixtures\ConstraintWithNamedArguments
|
|
- Symfony\Component\Validator\Tests\Mapping\Loader\Fixtures\ConstraintWithoutValueWithNamedArguments
|
|
interfaces: []
|