135 lines
4.7 KiB
YAML
135 lines
4.7 KiB
YAML
name: XmlFileLoaderTest
|
|
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: Regex
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraints\Regex
|
|
- name: Traverse
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraints\Traverse
|
|
- name: MappingException
|
|
type: class
|
|
source: Symfony\Component\Validator\Exception\MappingException
|
|
- name: ClassMetadata
|
|
type: class
|
|
source: Symfony\Component\Validator\Mapping\ClassMetadata
|
|
- name: XmlFileLoader
|
|
type: class
|
|
source: Symfony\Component\Validator\Mapping\Loader\XmlFileLoader
|
|
- 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: testLoadClassMetadataReturnsTrueIfSuccessful
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testLoadClassMetadataReturnsFalseIfNotSuccessful
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testLoadClassMetadata
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testLoadClassMetadataWithNonStrings
|
|
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
|
|
- name: testThrowExceptionIfDocTypeIsSet
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testDoNotModifyStateIfExceptionIsThrown
|
|
visibility: public
|
|
parameters: []
|
|
comment: '# * @see https://github.com/symfony/symfony/pull/12158'
|
|
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\Constraints\Regex
|
|
- Symfony\Component\Validator\Constraints\Traverse
|
|
- Symfony\Component\Validator\Exception\MappingException
|
|
- Symfony\Component\Validator\Mapping\ClassMetadata
|
|
- Symfony\Component\Validator\Mapping\Loader\XmlFileLoader
|
|
- 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: []
|