27 lines
838 B
YAML
27 lines
838 B
YAML
name: PropertyNormalizerContextBuilderTest
|
|
class_comment: '# * @author Antoine Lamirault <lamiraultantoine@gmail.com>'
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: PropertyNormalizerContextBuilder
|
|
type: class
|
|
source: Symfony\Component\Serializer\Context\Normalizer\PropertyNormalizerContextBuilder
|
|
- name: PropertyNormalizer
|
|
type: class
|
|
source: Symfony\Component\Serializer\Normalizer\PropertyNormalizer
|
|
properties: []
|
|
methods:
|
|
- name: setUp
|
|
visibility: protected
|
|
parameters: []
|
|
comment: null
|
|
- name: testWithNormalizeVisibility
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\Serializer\Context\Normalizer\PropertyNormalizerContextBuilder
|
|
- Symfony\Component\Serializer\Normalizer\PropertyNormalizer
|
|
interfaces: []
|