40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
|
name: ObjectToPopulateTraitTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: ObjectToPopulateTrait
|
||
|
type: class
|
||
|
source: Symfony\Component\Serializer\Normalizer\ObjectToPopulateTrait
|
||
|
- name: ProxyDummy
|
||
|
type: class
|
||
|
source: Symfony\Component\Serializer\Tests\Fixtures\ProxyDummy
|
||
|
- name: ObjectToPopulateTrait
|
||
|
type: class
|
||
|
source: ObjectToPopulateTrait
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testExtractObjectToPopulateReturnsNullWhenKeyIsMissing
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testExtractObjectToPopulateReturnsNullWhenNonObjectIsProvided
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testExtractObjectToPopulateReturnsNullWhenTheClassIsNotAnInstanceOfTheProvidedClass
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testExtractObjectToPopulateReturnsObjectWhenEverythingChecksOut
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\Serializer\Normalizer\ObjectToPopulateTrait
|
||
|
- Symfony\Component\Serializer\Tests\Fixtures\ProxyDummy
|
||
|
- ObjectToPopulateTrait
|
||
|
interfaces: []
|