Config: Improve the node.config.php transformation
- Add more types - Improvement for assoziative arrays and key-value arrays - Add a lot more tests
This commit is contained in:
parent
eda65296f5
commit
4c28f9cf9c
9 changed files with 301 additions and 43 deletions
7
tests/datasets/config/transformer/object.node.config.php
Normal file
7
tests/datasets/config/transformer/object.node.config.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'object' => [
|
||||
'objects_not_supported' => new stdClass(),
|
||||
],
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue