55 lines
1.5 KiB
YAML
55 lines
1.5 KiB
YAML
name: DateTimeZoneNormalizerTest
|
|
class_comment: "# * @author J\xE9r\xF4me Desjardins <jewome62@gmail.com>"
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: InvalidArgumentException
|
|
type: class
|
|
source: Symfony\Component\Serializer\Exception\InvalidArgumentException
|
|
- name: NotNormalizableValueException
|
|
type: class
|
|
source: Symfony\Component\Serializer\Exception\NotNormalizableValueException
|
|
- name: DateTimeZoneNormalizer
|
|
type: class
|
|
source: Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer
|
|
properties: []
|
|
methods:
|
|
- name: setUp
|
|
visibility: protected
|
|
parameters: []
|
|
comment: null
|
|
- name: testSupportsNormalization
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testNormalize
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testNormalizeBadObjectTypeThrowsException
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testSupportsDenormalization
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testDenormalize
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testDenormalizeNullTimeZoneThrowsException
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testDenormalizeBadTimeZoneThrowsException
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\Serializer\Exception\InvalidArgumentException
|
|
- Symfony\Component\Serializer\Exception\NotNormalizableValueException
|
|
- Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer
|
|
interfaces: []
|