api/symfony/Component/Serializer/Tests/Normalizer/DateTimeZoneNormalizerTest.yaml

56 lines
1.5 KiB
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
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: []