31 lines
888 B
YAML
31 lines
888 B
YAML
name: DiscriminatorMapTest
|
|
class_comment: '# * @author Samuel Roze <samuel.roze@gmail.com>'
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: DiscriminatorMap
|
|
type: class
|
|
source: Symfony\Component\Serializer\Attribute\DiscriminatorMap
|
|
- name: InvalidArgumentException
|
|
type: class
|
|
source: Symfony\Component\Serializer\Exception\InvalidArgumentException
|
|
properties: []
|
|
methods:
|
|
- name: testGetTypePropertyAndMapping
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testExceptionWithEmptyTypeProperty
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testExceptionWitEmptyMappingProperty
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\Serializer\Attribute\DiscriminatorMap
|
|
- Symfony\Component\Serializer\Exception\InvalidArgumentException
|
|
interfaces: []
|